The customer address in-memory driver to mock the customer address backend service.
@inheritdoc
Name | Type | Description |
---|---|---|
list | Observable<DaffCustomerAddress []> |
Lists the customer's addresses. |
get | Observable<DaffCustomerAddress > |
Get the specified address. |
update | Observable<DaffCustomerAddress []> |
Update the passed address. |
add | Observable<DaffCustomerAddress []> |
Adds the passed address. |
delete | Observable<DaffCustomerAddress []> |
Deletes the specified address. |