Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for updateTransferSchedule operation in SellerWalletApi.

    interface SellerWalletApiUpdateTransferScheduleRequest {
        amountDigitalSignature: string;
        body: TransferSchedule;
        destAccountDigitalSignature: string;
        marketplaceId: string;
    }
    Index

    Properties

    amountDigitalSignature: string

    Digital signature for the source currency transaction amount.

    Defines the actual payload of the scheduled transfer request that is to be updated.

    destAccountDigitalSignature: string

    Digital signature for the destination bank account details.

    marketplaceId: string

    The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.