CreateOrderRequest constructor
- required String pricingRule,
- required int vendorId,
- String? comment,
- DeliveryAddressEntity? deliveryAddress,
Implementation
CreateOrderRequest({
required this.pricingRule,
required this.vendorId,
this.comment,
this.deliveryAddress,
});