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
PrivateKey
public string? PrivateKey { get; set; }
Property Value
PublicKey
public string? PublicKey { get; set; }
Property Value
Type
public string? Type { get; set; }
Property Value
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()