OrderBodyDataModel constructor
OrderBodyDataModel({
- OrderType? type,
- String? note,
- String? billingAddressId,
- String? shippingAddressId,
- List<
CampaignDTO> ? campaigns, - AddressDTO? billingAddress,
- AddressDTO? shippingAddress,
- String? paymentMethod,
- String? deliveryDate,
Implementation
OrderBodyDataModel({
this.type,
this.note,
this.billingAddressId,
this.shippingAddressId,
this.campaigns,
this.billingAddress,
this.shippingAddress,
this.paymentMethod,
this.deliveryDate,
});