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

Implements

  • CreditCardProps

Constructors

Properties

avsResult?: string

Inherit Doc: CreditCardProps.avsResult

bankName?: string

Inherit Doc: CreditCardProps.bankName

bankPhoneCountryCode?: string

Inherit Doc: CreditCardProps.bankPhoneCountryCode

bankPhoneNumber?: string

Inherit Doc: CreditCardProps.bankPhoneNumber

country?: string

Inherit Doc: CreditCardProps.country

cvvResult?: string

Inherit Doc: CreditCardProps.cvvResult

issuerIdNumber?: string

Inherit Doc: CreditCardProps.issuerIdNumber

lastDigits?: string

Inherit Doc: CreditCardProps.lastDigits

token?: string

Inherit Doc: CreditCardProps.token

was3DSecureSuccessful?: boolean

Inherit Doc: CreditCardProps.was3DSecureSuccessful

Accessors

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

    Returns undefined | string

    Deprecated

    Use lastDigits instead

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

    Parameters

    • lastDigits: undefined | string

    Returns void

    Deprecated

    Use lastDigits instead