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

    The details of a payment method.

    interface PaymentMethodDetails {
        accountHolderName?: string;
        assignmentType?: "DEFAULT_DEPOSIT_METHOD";
        countryCode?: string;
        expiryDate?: ExpiryDate;
        paymentMethodId?: string;
        paymentMethodType?: PaymentMethodType;
        tail?: string;
    }
    Index

    Properties

    accountHolderName?: string

    The name of the account holder who is registered for the payment method.

    assignmentType?: "DEFAULT_DEPOSIT_METHOD"
    countryCode?: string

    The two-letter country code in ISO 3166-1 alpha-2 format. For payment methods in the card category, the code is for the country where the card was issued. For payment methods in the bank account category, the code is for the country where the account is located.

    expiryDate?: ExpiryDate
    paymentMethodId?: string

    The payment method identifier.

    paymentMethodType?: PaymentMethodType
    tail?: string

    The last three or four digits of the payment method.