Mayson Monorepo Documentation
    Preparing search index...

    Interface CustomerUpdateSourceParams

    interface CustomerUpdateSourceParams {
        account_holder_name?: string;
        account_holder_type?: Stripe.CustomerUpdateSourceParams.AccountHolderType;
        address_city?: string;
        address_country?: string;
        address_line1?: string;
        address_line2?: string;
        address_state?: string;
        address_zip?: string;
        exp_month?: string;
        exp_year?: string;
        expand?: string[];
        metadata?: Emptyable<MetadataParam>;
        name?: string;
        owner?: Stripe.CustomerUpdateSourceParams.Owner;
    }
    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.

    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.

    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.