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

    The contact information of the payee. This field is required when the request bankAccountOwnershipType is THIRD_PARTY. The contact information is used for payee verification and registration purposes.

    interface PayeeContactInformation {
        addressLine1: string;
        addressLine2?: string;
        city: string;
        country?: string;
        countryCode: string;
        emailAddress: string;
        payeeEntityType: PayeeEntityType;
        payeeFirstName: string;
        payeeLastName: string;
        payeeMiddleName?: string;
        phoneNumber: string;
        postalCode: string;
        state: string;
    }
    Index

    Properties

    addressLine1: string

    Address Line 1 of the public address

    addressLine2?: string

    Address Line 2 of the public address

    city: string

    City name of the public address

    country?: string

    Country name of the public address

    countryCode: string

    The two digit country code, in ISO 3166 format.

    emailAddress: string

    Email address of the payee.

    payeeEntityType: PayeeEntityType
    payeeFirstName: string

    First name of the payee. There is a 50 character limit.

    payeeLastName: string

    Last name of the payee. There is a 50 character limit.

    payeeMiddleName?: string

    Middle name of the payee. There is a 50 character limit.

    phoneNumber: string

    Valid phone number of the payee.

    postalCode: string

    Postal code of the public address

    state: string

    State name of the public address. This is the state or region for China-based addresses.