Interface PaymentCurrencyAmount

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

    Properties

    Properties

    currency: string
    value: string