On this page
Properties

Interface PaymentCurrencyAmount

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

Properties

Properties

currency: string
value: string
Was this helpful?
SDK JS
Reference
PaymentCurrencyAmount