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

    Interface PayoutDetails

    interface PayoutDetails {
        amountOfMoney?: AmountOfMoney | null;
        customer?: PayoutCustomer | null;
        references?: PayoutReferences | null;
    }
    Index

    Properties

    amountOfMoney?: AmountOfMoney | null
    customer?: PayoutCustomer | null
    references?: PayoutReferences | null