GitHub

DaffCustomerPaymentLoadSuccess

import { DaffCustomerPaymentLoadSuccess } from '@daffodil/customer-payment/state'

Indicates a successful load of a customer payment.

class DaffCustomerPaymentLoadSuccess<<T extends DaffCustomerPayment = DaffCustomerPayment>>  implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentLoadSuccessAction = DaffCustomerPaymentActionTypes.PaymentLoadSuccessAction
  payload: T
}