Table of Contents

Class AcOtk

Namespace
AkashicPaySDK.Model
Assembly
AkashicPaySDK.dll
public class AcOtk : ApValidatableRequest
Inheritance
AcOtk
Inherited Members

Properties

Identity

public string? Identity { get; set; }

Property Value

string

PrivateKey

public string? PrivateKey { get; set; }

Property Value

string

PublicKey

public string? PublicKey { get; set; }

Property Value

string

Type

public string? Type { get; set; }

Property Value

string

Methods

Validate()

Validates the request fields.

Subclasses should override this method to implement custom validation logic. If any parameter is invalid, this method should throw an APException.

public override void Validate()