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