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. |