GitHub

DaffCustomerPaymentAuthorizeNetApplyRequestData

The information needed to apply an authorize.net saved payment to the cart

import { DaffCustomerPaymentAuthorizeNetApplyRequestData } from '@daffodil/customer-payment-authorizenet'
interface DaffCustomerPaymentAuthorizeNetApplyRequestData {
  securityCode: string
  id: DaffCustomerPayment['id']
}

Properties

Name Type Description
securityCode string
id DaffCustomerPayment['id']