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