Export

RefundMetadata

interface RefundMetadata {
    affiliateAddress: string;
    affiliateFee: string;
    memo: string;
    networkFees: NetworkFees;
    reason: string;
}

Properties

affiliateAddress: string

Affiliate fee address of the swap, empty if fee swap

Memberof

RefundMetadata

affiliateFee: string

Int64 (Basis points, 0-1000, where 1000=10%)

Memberof

RefundMetadata

memo: string

Transaction memo of the refund action

Memberof

RefundMetadata

networkFees: NetworkFees

Memberof

RefundMetadata

reason: string

Reason for the refund

Memberof

RefundMetadata

Generated using TypeDoc