Hierarchy

  • UpdatePaymentMethodRequest

Properties

billingAddress?: {
    addressLine1?: string;
    addressLine2?: string;
    cityLocality?: string;
    countryCode?: string;
    postalCode?: string;
    stateProvince?: string;
}

Billing Address associated with the Payment Method

Type declaration

  • Optional addressLine1?: string
  • Optional addressLine2?: string
  • Optional cityLocality?: string
  • Optional countryCode?: string
  • Optional postalCode?: string
  • Optional stateProvince?: string
defaultPaymentMethodCategories?: SE.AuctanePayTransactionCategory[]

Transaction categories for this Payment Method

expirationDate?: string

Expiration Date for the Payment Method (Format: MM/YYYY)

holderName?: string

Holder name for the payment method

nickname?: string

Nickname used for this Payment Method

Generated using TypeDoc