DaffCustomerPaymentAdd
Adds one of the currently logged-in customer's payments.
import { DaffCustomerPaymentAdd } from '@daffodil/customer-payment/state'
class DaffCustomerPaymentAdd<<T extends DaffCustomerPaymentRequest = DaffCustomerPaymentRequest>> implements Action {
readonly type: DaffCustomerPaymentActionTypes.PaymentAddAction
payment: T
placeholderId: string
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCustomerPaymentActionTypes.PaymentAddAction | |
payment | T | |
placeholderId | string |