import { DaffInMemoryCartBillingAddressService } from '@daffodil/cart/driver/in-memory'
@Injectable()
class DaffInMemoryCartBillingAddressService extends DaffInMemoryDriverBase implements DaffCartBillingAddressServiceInterface {
get(cartId: string): any
update(
cartId: string
address: DaffCartAddress
): any
}
anyRetrieve the billing address of a cart
| Parameter | cartId: string |
|---|---|
| Description |
anyUpdate the billing address of a cart
| Parameter | cartId: string |
|---|---|
| Description |
| Parameter | address: DaffCartAddress |
|---|---|
| Description |