@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface WithdrawalCreate

    Represents a withdrawal creation request.

    interface WithdrawalCreate {
        id: string;
        paymentInstrument?: PaymentInstrument;
        paymentProperties?: PaymentProperty[];
    }
    Index

    Properties

    id: string

    Withdrawal ID.

    paymentInstrument?: PaymentInstrument

    Payment instrument.

    paymentProperties?: PaymentProperty[]

    Payment properties.