import { DaffCustomerPaymentUpdateSuccess } from '@daffodil/customer-payment/state'
Indicates a successful update of one of the currently logged-in customer's payments.
class DaffCustomerPaymentUpdateSuccess<<T extends DaffCustomerPayment = DaffCustomerPayment>> implements Action {
readonly type: DaffCustomerPaymentActionTypes.PaymentUpdateSuccessAction = DaffCustomerPaymentActionTypes.PaymentUpdateSuccessAction
payload: T[]
}