GitHub

DaffAuthorizenetApplyPayment

Triggers the application of an authorize.net payment.

API

class DaffAuthorizenetApplyPayment implements DaffPaymentGenerateToken<DaffAuthorizenetPaymentRequest> {
  readonly type: DaffAuthorizeNetActionTypes.ApplyPaymentAction
  request: DaffAuthorizenetPaymentRequest
  address: DaffPersonalAddress | DaffIdentifiable
}

Properties

Name Type Description
type DaffAuthorizeNetActionTypes.ApplyPaymentAction
request DaffAuthorizenetPaymentRequest
address DaffPersonalAddress | DaffIdentifiable