DaffAuthorizenetApplyPayment
Triggers the application of an authorize.net payment.
import { DaffAuthorizenetApplyPayment } from '@daffodil/authorizenet/state'
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 |