Order constructor

Order({
  1. String? accountId,
  2. String? advertiserId,
  3. List<String>? approverUserProfileIds,
  4. String? buyerInvoiceId,
  5. String? buyerOrganizationName,
  6. String? comments,
  7. List<OrderContact>? contacts,
  8. String? id,
  9. String? kind,
  10. LastModifiedInfo? lastModifiedInfo,
  11. String? name,
  12. String? notes,
  13. String? planningTermId,
  14. String? projectId,
  15. String? sellerOrderId,
  16. String? sellerOrganizationName,
  17. List<String>? siteId,
  18. List<String>? siteNames,
  19. String? subaccountId,
  20. String? termsAndConditions,
})

Implementation

Order({
  this.accountId,
  this.advertiserId,
  this.approverUserProfileIds,
  this.buyerInvoiceId,
  this.buyerOrganizationName,
  this.comments,
  this.contacts,
  this.id,
  this.kind,
  this.lastModifiedInfo,
  this.name,
  this.notes,
  this.planningTermId,
  this.projectId,
  this.sellerOrderId,
  this.sellerOrganizationName,
  this.siteId,
  this.siteNames,
  this.subaccountId,
  this.termsAndConditions,
});