Table of Contents

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

deposit string

The deposit fee.

withdraw string

The withdrawal fee.

Properties

Deposit

The deposit fee.

public string? Deposit { get; set; }

Property Value

string

Withdraw

The withdrawal fee.

public string? Withdraw { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.