Order class Null safety
Describes properties of a Planning order.
Constructors
-
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}) - Order.fromJson(Map json_)
Properties
- accountId ↔ String?
-
Account ID of this order.
read / write
- advertiserId ↔ String?
-
Advertiser ID of this order.
read / write
-
approverUserProfileIds
↔ List<
String> ? -
IDs for users that have to approve documents created for this order.
read / write
- buyerInvoiceId ↔ String?
-
Buyer invoice ID associated with this order.
read / write
- buyerOrganizationName ↔ String?
-
Name of the buyer organization.
read / write
- comments ↔ String?
-
Comments in this order.
read / write
-
contacts
↔ List<
OrderContact> ? -
Contacts for this order.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
ID of this order.
read / write
- kind ↔ String?
-
Identifies what kind of resource this is.
read / write
- lastModifiedInfo ↔ LastModifiedInfo?
-
Information about the most recent modification of this order.
read / write
- name ↔ String?
-
Name of this order.
read / write
- notes ↔ String?
-
Notes of this order.
read / write
- planningTermId ↔ String?
-
ID of the terms and conditions template used in this order.
read / write
- projectId ↔ String?
-
Project ID of this order.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sellerOrderId ↔ String?
-
Seller order ID associated with this order.
read / write
- sellerOrganizationName ↔ String?
-
Name of the seller organization.
read / write
-
siteId
↔ List<
String> ? -
Site IDs this order is associated with.
read / write
-
siteNames
↔ List<
String> ? -
Free-form site names this order is associated with.
read / write
- subaccountId ↔ String?
-
Subaccount ID of this order.
read / write
- termsAndConditions ↔ String?
-
Terms and conditions of this order.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited