Class ApInternalFee
- Namespace
- AkashicPaySDK.Model
- Assembly
- AkashicPaySDK.dll
Represents the internal fee in the Akashic Pay system.
public class ApInternalFee
- Inheritance
-
ApInternalFee
- Inherited Members
Constructors
ApInternalFee()
Initializes a new instance of the ApInternalFee class.
public ApInternalFee()
ApInternalFee(string?, string?)
Initializes a new instance of the ApInternalFee class with specified deposit and withdraw fees.
public ApInternalFee(string? deposit, string? withdraw)
Parameters
Properties
Deposit
The deposit fee.
public string? Deposit { get; set; }
Property Value
Withdraw
The withdrawal fee.
public string? Withdraw { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.