DaffPaypalApplyPayment
import { DaffPaypalApplyPayment } from '@daffodil/paypal/state'
class DaffPaypalApplyPayment<<T extends DaffPaypalExpressPaymentRequest = DaffPaypalExpressPaymentRequest>> implements DaffPaymentGenerateToken<T> {
readonly type: DaffPaypalActionTypes.ApplyPaymentAction
request: T
}
Properties
Name | Type | Description |
---|---|---|
type | DaffPaypalActionTypes.ApplyPaymentAction | |
request | T |