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

    Interface DepositConfirm

    Represents a deposit confirmation request.

    interface DepositConfirm {
        id: string;
        paymentProperties?: PaymentProperty[];
    }
    Index

    Properties

    id: string

    Deposit ID.

    paymentProperties?: PaymentProperty[]

    Payment properties.