PayFanout API reference
    Preparing search index...

    Interface PayPalSubscriptionMoney

    Structural shapes of the Subscriptions v1 responses the adapter reads.

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