import { DaffCustomerPaymentAuthorizeNetData } from '@daffodil/customer-payment-authorizenet'
interface DaffCustomerPaymentAuthorizeNetData {
last4: string
type: DaffCustomerPaymentAuthorizeNetCCType
expMonth: string
expYear: string
}
last4 string |
---|
The last 4 numbers of the card number. |
type DaffCustomerPaymentAuthorizeNetCCType |
---|
The type of card (Mastercard, Visa, etc.). |
expMonth string |
---|
The expiration month. |
expYear string |
---|
The full expiration year, e.g. 2022. |