Order constructor
Order({
- String? accountId,
- String? advertiserId,
- List<
String> ? approverUserProfileIds, - String? buyerInvoiceId,
- String? buyerOrganizationName,
- String? comments,
- List<
OrderContact> ? contacts, - String? id,
- String? kind,
- LastModifiedInfo? lastModifiedInfo,
- String? name,
- String? notes,
- String? planningTermId,
- String? projectId,
- String? sellerOrderId,
- String? sellerOrganizationName,
- List<
String> ? siteId, - List<
String> ? siteNames, - String? subaccountId,
- 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,
});