Interface PaymentMethodUpdateParams

Export

PaymentMethodUpdateParams

Hierarchy

  • PaymentMethodUpdateParams

Properties

Billing information associated with the PaymentMethod that may be used or required by most types of payment methods.

Memberof

PaymentMethodUpdateParams

metadata?: {
    [key: string]: string;
}

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 (i.e. \'\' or null) to them. All keys can be unset by posting an empty value (i.e. {} or null) to metadata.

Memberof

PaymentMethodUpdateParams

Type declaration

  • [key: string]: string
nick_name?: string

A customer provided name for the PaymentMethod.

Memberof

PaymentMethodUpdateParams

Generated using TypeDoc