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

Properties

Properties

currency: string
value: string