PayFanout API reference
    Preparing search index...

    Interface ListRefundsResult

    interface ListRefundsResult {
        nextCursor?: string;
        refunds: RefundInfo[];
    }
    Index
    nextCursor?: string
    refunds: RefundInfo[]