interface PaymentCurrencyAmount {
    currency: string;
    value: string;
}

Properties

Properties

currency: string
value: string

Generated using TypeDoc