BackendCart

constructor(appUserId: String? = null, clientId: String? = null, customer: BackendCartCustomer? = null, eventType: EventType = EventType.CART, items: List<BackendCartItem>, requiredInformation: List<BackendCartRequiredInformation>, session: String, shopId: String)