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