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

属性

currency: string
value: string