DaffCustomerPaymentDriverInterface

The customer payment driver is responsible for loading customers.

Properties

Name Type Description
list Observable<TPayment[]> Lists the customer's payments.
get Observable<TPayment> Get the specified payment.
update Observable<TPayment[]> Update the passed payment.
add Observable<TPayment[]> Adds the passed payment.
delete Observable<TPayment[]> Deletes the specified payment.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.