Data constructor
Data({
- String? orderId,
- String? orderType,
- String? invoiceId,
- String? backendOrderId,
- String? buyerCustomerId,
- String? buyerPartnerId,
- int? buyerTypeId,
- String? sellerPartnerId,
- int? sellerTypeId,
- String? priceCurrency,
- int? conversionRate,
- String? orderSubType,
- String? cartId,
- String? invoiceReceiptId,
- String? status,
- double? orderSubTotal,
- double? priceAmount,
- double? totalAmount,
- double? totalTaxAmount,
- double? totalDiscountAmount,
- String? createdBy,
- String? createdByName,
- BillTo? billTo,
- PayTo? payTo,
- BuyerInfo? buyerInfo,
- SellerInfo? sellerInfo,
- OrderAddress? orderSourceAddress,
- OrderAddress? orderDestinationAddress,
- String? deliveryStatus,
- String? invoiceStatus,
- String? remarks,
- String? productTypeId,
- String? productTypeName,
- List<
LineItem> ? lineItems, - bool? cancellable,
Implementation
Data({
this.orderId,
this.orderType,
this.invoiceId,
this.backendOrderId,
this.buyerCustomerId,
this.buyerPartnerId,
this.buyerTypeId,
this.sellerPartnerId,
this.sellerTypeId,
this.priceCurrency,
this.conversionRate,
this.orderSubType,
this.cartId,
this.invoiceReceiptId,
this.status,
this.orderSubTotal,
this.priceAmount,
this.totalAmount,
this.totalTaxAmount,
this.totalDiscountAmount,
this.createdBy,
this.createdByName,
this.billTo,
this.payTo,
this.buyerInfo,
this.sellerInfo,
this.orderSourceAddress,
this.orderDestinationAddress,
this.deliveryStatus,
this.invoiceStatus,
this.remarks,
this.productTypeId,
this.productTypeName,
this.lineItems,
this.cancellable,
});