The credit card information for the transaction being sent to the web service.

Implements

  • CreditCardProps

Constructors

Properties

avsResult?: string
bankName?: string
bankPhoneCountryCode?: string
bankPhoneNumber?: string
country?: string
cvvResult?: string
issuerIdNumber?: string
lastDigits?: string
token?: string
was3DSecureSuccessful?: boolean

Accessors

  • get last4digits(): undefined | string
  • Get the last digits of the credit card number.

    Returns undefined | string

    Use lastDigits instead

  • set last4digits(lastDigits): void
  • Set the last digits of the credit card number.

    Parameters

    • lastDigits: undefined | string

    Returns void

    Use lastDigits instead