A basic customer driver that creates mock customer results of different kinds. For testing purposes.
| 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. |