interface SimpleFeePayment {
    amount: number;
    currency?: string;
    paymentReason: FeePaymentReason;
}

Properties

amount: number
currency?: string
paymentReason: FeePaymentReason

Generated using TypeDoc