import { DaffCustomerPaymentAuthorizeNetRequestData } from '@daffodil/customer-payment-authorizenet'
interface DaffCustomerPaymentAuthorizeNetRequestData {
email: string
type: DaffCustomerPaymentAuthorizeNetCCType
}
email string |
---|
The customer's email or login identifier. |
type DaffCustomerPaymentAuthorizeNetCCType |
---|
The type of card (Mastercard, Visa, etc.). |