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