import { DaffCustomerPaymentAuthorizeNetApplyPayment } from '@daffodil/customer-payment-authorizenet/state'
Triggers the application of an authorize.net payment.
class DaffCustomerPaymentAuthorizeNetApplyPayment implements DaffPaymentGenerateToken<DaffCustomerPaymentAuthorizeNetApplyRequest> {
  readonly type: DaffCustomerPaymentAuthorizeNetActionTypes.ApplyPaymentAction = DaffCustomerPaymentAuthorizeNetActionTypes.ApplyPaymentAction
  request: DaffCustomerPaymentAuthorizeNetApplyRequest
  address: DaffPersonalAddress | DaffIdentifiable
}