The fees for a fund operation.

Export

FundOperationFees

interface FundOperationFees {
    buy_fee: FiatAmount;
    transfer_fee: CryptoAmount;
}

Properties

buy_fee: FiatAmount

Memberof

FundOperationFees

transfer_fee: CryptoAmount

Memberof

FundOperationFees