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

  • addressLine1: string
  • addressLine2: string
  • cityLocality: string
  • countryCode: string
  • postalCode: string
  • 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