DaffCartAddressServiceInterface
The interface responsible for managing the address of a cart.
import { DaffCartAddressServiceInterface } from '@daffodil/cart/driver'
interface DaffCartAddressServiceInterface<T extends DaffCart = DaffCart> {
update: Observable<Partial<T>>
}
Properties
Name | Type | Description |
---|---|---|
update | Observable<Partial<T>> | Update the billing and shipping address of a cart |