PayFanout API reference
    Preparing search index...

    Interface PayPalRefundLike

    interface PayPalRefundLike {
        amount?: PayPalMoney;
        create_time?: string;
        id: string;
        links?: PayPalLinkLike[];
        seller_payable_breakdown?: { total_refunded_amount?: PayPalMoney };
        status?: string;
    }
    Index
    amount?: PayPalMoney
    create_time?: string
    id: string
    links?: PayPalLinkLike[]
    seller_payable_breakdown?: { total_refunded_amount?: PayPalMoney }
    status?: string