Worldline Connect Node.js SDK
    Preparing search index...

    Interface RefundsResponse

    interface RefundsResponse {
        refunds?: RefundResult[] | null;
    }
    Index

    Properties

    Properties

    refunds?: RefundResult[] | null