GitHub

DaffGeneratePaypalExpressTokenFailure

import { DaffGeneratePaypalExpressTokenFailure } from '@daffodil/paypal/state'
class DaffGeneratePaypalExpressTokenFailure implements Action {
  readonly type: DaffPaypalActionTypes.GeneratePaypalExpressTokenFailureAction
  payload: DaffStateError
}

Properties

Name Type Description
type DaffPaypalActionTypes.GeneratePaypalExpressTokenFailureAction
payload DaffStateError