OrderWC constructor
OrderWC({
- String? paymentMethod,
- String? paymentMethodTitle,
- bool? setPaid,
- String? status,
- String? currency,
- int? customerId,
- String? customerNote,
- int? parentId,
- List<
MetaData> ? metaData, - List<
FeeLines> ? feeLines, - List<
CouponLines> ? couponLines, - Billing? billing,
- Shipping? shipping,
- List<
LineItems> ? lineItems, - List<
ShippingLines> ? shippingLines, - String? transactionId,
Implementation
OrderWC(
{this.paymentMethod,
this.paymentMethodTitle,
this.setPaid,
this.status,
this.currency,
this.customerId,
this.customerNote,
this.parentId,
this.metaData,
this.feeLines,
this.couponLines,
this.billing,
this.shipping,
this.lineItems,
this.shippingLines,
this.transactionId});