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