PayFanout API reference
    Preparing search index...

    Interface PayPalMoney

    Structural shapes of the Orders v2 / Payments v2 responses the adapter reads.

    interface PayPalMoney {
        currency_code?: string;
        value?: string;
    }
    Index
    currency_code?: string
    value?: string