DaffCustomerAddressDriverInterface

The customer driver is responsible for loading customers.

Properties

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