GitHub

DaffPaymentGenerateTokenSuccess

Indicates a successful generation of a payment token.

import { DaffPaymentGenerateTokenSuccess } from '@daffodil/payment/state'
class DaffPaymentGenerateTokenSuccess<<T extends DaffPaymentResponse = DaffPaymentResponse>>  implements Action {
  readonly type: DaffPaymentActionTypes.GenerateTokenSuccessAction
  payload: T
}

Properties

Name Type Description
type DaffPaymentActionTypes.GenerateTokenSuccessAction
payload T