GitHub

DaffInMemoryBackendCartBillingAddressService

import { DaffInMemoryBackendCartBillingAddressService } from '@daffodil/cart/driver/in-memory'

@Injectable()
class DaffInMemoryBackendCartBillingAddressService implements DaffInMemorySingleRouteableBackend {
  readonly collectionName: "cart-billing-address" = DAFF_CART_IN_MEMORY_CART_BILLING_ADDRESS_COLLECTION_NAME

  get(reqInfo: RequestInfo_2): any
  put(reqInfo: RequestInfo_2): any
}

Properties

collectionName
"cart-billing-address"
DefaultDAFF_CART_IN_MEMORY_CART_BILLING_ADDRESS_COLLECTION_NAME
Description

The collection name of the backend service where the backend only serves one collection. Used for routing requests to the correct backend.

() Methods

get
any
Parameters
ParameterreqInfo: RequestInfo_2
Description
put
any
Parameters
ParameterreqInfo: RequestInfo_2
Description