import { DaffCustomerPaymentAuthorizeNetApplyRequestData } from '@daffodil/customer-payment-authorizenet'
The information needed to apply an authorize.net saved payment to the cart
interface DaffCustomerPaymentAuthorizeNetApplyRequestData {
securityCode: string
id: string
}