Mayson Monorepo Documentation
    Preparing search index...

    Interface AccountUpdateExternalAccountParams

    interface AccountUpdateExternalAccountParams {
        account_holder_name?: string;
        account_holder_type?: Emptyable<
            Stripe.AccountUpdateExternalAccountParams.AccountHolderType,
        >;
        account_type?: Stripe.AccountUpdateExternalAccountParams.AccountType;
        address_city?: string;
        address_country?: string;
        address_line1?: string;
        address_line2?: string;
        address_state?: string;
        address_zip?: string;
        default_for_currency?: boolean;
        documents?: Stripe.AccountUpdateExternalAccountParams.Documents;
        exp_month?: string;
        exp_year?: string;
        expand?: string[];
        metadata?: Emptyable<MetadataParam>;
        name?: string;
    }
    Index

    Properties

    account_holder_name?: string

    The name of the person or business that owns the bank account.

    The type of entity that holds the account. This can be either individual or company.

    The bank account type. This can only be checking or savings in most countries. In Japan, this can only be futsu or toza.

    address_city?: string

    City/District/Suburb/Town/Village.

    address_country?: string

    Billing address country, if provided when creating card.

    address_line1?: string

    Address line 1 (Street address/PO Box/Company name).

    address_line2?: string

    Address line 2 (Apartment/Suite/Unit/Building).

    address_state?: string

    State/County/Province/Region.

    address_zip?: string

    ZIP or postal code.

    default_for_currency?: boolean

    When set to true, this becomes the default external account for its currency.

    Documents that may be submitted to satisfy various informational requests.

    exp_month?: string

    Two digit number representing the card's expiration month.

    exp_year?: string

    Four digit number representing the card's expiration year.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.

    name?: string

    Cardholder name.