Hierarchy

  • PaymentMethodHolderAddress

Properties

accountHolderAddress: null | {
    addressLine1: string;
    addressLine2: null | string;
    cityLocality: string;
    countryCode: string;
    postalCode: string;
    stateProvince: string;
}

Account holder address

accountHolderName: null | string

Account holder name

accountNumberLastFour: string

The last four of the account number, this is only provided for bank accounts and card schemes.

accountNumberPreview: string

An account number preview, for a CC this is the last 4 digits, but shown like 1234. For an e-mail account it might be ay@auctane.com, etc.

assignedPreferences: SE.AuctanePayTransactionCategory[]

If applicable/available, the current expiration we have on file for the payment method.

dateLastUsed: string

Date the payment method was last used. If the date it was last used is unavailable, this will be the date created/updated.

enrolledProcessors: string[]

List of processes or payment gateways in which this Payment Method is registered

expiration: string

If applicable/available, the current expiration we have on file for the payment method.

id: string

The Payment Method ID

nickname: string

The nickname of the payment method

paymentMethod: "unknown" | "visa" | "mastercard" | "amex" | "discover" | "maestro" | "dinersclub" | "ach" | "jcb" | "pulse" | "star" | "unionpay"

Enumeration of supported payment methods.

paymentMethodDisplayName: string

The Display Name to show in any text based UI/context for the Logo.

sourceAccountId: string

Source account ID

Generated using TypeDoc