Class: Google::Apis::DfareportingV3_5::Order
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_5::Order
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v3_5/classes.rb,
lib/google/apis/dfareporting_v3_5/representations.rb,
lib/google/apis/dfareporting_v3_5/representations.rb
Overview
Describes properties of a Planning order.
Instance Attribute Summary collapse
-
#account_id ⇒ Fixnum
Account ID of this order.
-
#advertiser_id ⇒ Fixnum
Advertiser ID of this order.
-
#approver_user_profile_ids ⇒ Array<Fixnum>
IDs for users that have to approve documents created for this order.
-
#buyer_invoice_id ⇒ String
Buyer invoice ID associated with this order.
-
#buyer_organization_name ⇒ String
Name of the buyer organization.
-
#comments ⇒ String
Comments in this order.
-
#contacts ⇒ Array<Google::Apis::DfareportingV3_5::OrderContact>
Contacts for this order.
-
#id ⇒ Fixnum
ID of this order.
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#last_modified_info ⇒ Google::Apis::DfareportingV3_5::LastModifiedInfo
Modification timestamp.
-
#name ⇒ String
Name of this order.
-
#notes ⇒ String
Notes of this order.
-
#planning_term_id ⇒ Fixnum
ID of the terms and conditions template used in this order.
-
#project_id ⇒ Fixnum
Project ID of this order.
-
#seller_order_id ⇒ String
Seller order ID associated with this order.
-
#seller_organization_name ⇒ String
Name of the seller organization.
-
#site_id ⇒ Array<Fixnum>
Site IDs this order is associated with.
-
#site_names ⇒ Array<String>
Free-form site names this order is associated with.
-
#subaccount_id ⇒ Fixnum
Subaccount ID of this order.
-
#terms_and_conditions ⇒ String
Terms and conditions of this order.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Order
constructor
A new instance of Order.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Order
Returns a new instance of Order.
7994 7995 7996 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7994 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_id ⇒ Fixnum
Account ID of this order.
Corresponds to the JSON property accountId
7896 7897 7898 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7896 def account_id @account_id end |
#advertiser_id ⇒ Fixnum
Advertiser ID of this order.
Corresponds to the JSON property advertiserId
7901 7902 7903 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7901 def advertiser_id @advertiser_id end |
#approver_user_profile_ids ⇒ Array<Fixnum>
IDs for users that have to approve documents created for this order.
Corresponds to the JSON property approverUserProfileIds
7906 7907 7908 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7906 def approver_user_profile_ids @approver_user_profile_ids end |
#buyer_invoice_id ⇒ String
Buyer invoice ID associated with this order.
Corresponds to the JSON property buyerInvoiceId
7911 7912 7913 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7911 def buyer_invoice_id @buyer_invoice_id end |
#buyer_organization_name ⇒ String
Name of the buyer organization.
Corresponds to the JSON property buyerOrganizationName
7916 7917 7918 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7916 def buyer_organization_name @buyer_organization_name end |
#comments ⇒ String
Comments in this order.
Corresponds to the JSON property comments
7921 7922 7923 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7921 def comments @comments end |
#contacts ⇒ Array<Google::Apis::DfareportingV3_5::OrderContact>
Contacts for this order.
Corresponds to the JSON property contacts
7926 7927 7928 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7926 def contacts @contacts end |
#id ⇒ Fixnum
ID of this order. This is a read-only, auto-generated field.
Corresponds to the JSON property id
7931 7932 7933 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7931 def id @id end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#order".
Corresponds to the JSON property kind
7937 7938 7939 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7937 def kind @kind end |
#last_modified_info ⇒ Google::Apis::DfareportingV3_5::LastModifiedInfo
Modification timestamp.
Corresponds to the JSON property lastModifiedInfo
7942 7943 7944 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7942 def last_modified_info @last_modified_info end |
#name ⇒ String
Name of this order.
Corresponds to the JSON property name
7947 7948 7949 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7947 def name @name end |
#notes ⇒ String
Notes of this order.
Corresponds to the JSON property notes
7952 7953 7954 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7952 def notes @notes end |
#planning_term_id ⇒ Fixnum
ID of the terms and conditions template used in this order.
Corresponds to the JSON property planningTermId
7957 7958 7959 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7957 def planning_term_id @planning_term_id end |
#project_id ⇒ Fixnum
Project ID of this order.
Corresponds to the JSON property projectId
7962 7963 7964 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7962 def project_id @project_id end |
#seller_order_id ⇒ String
Seller order ID associated with this order.
Corresponds to the JSON property sellerOrderId
7967 7968 7969 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7967 def seller_order_id @seller_order_id end |
#seller_organization_name ⇒ String
Name of the seller organization.
Corresponds to the JSON property sellerOrganizationName
7972 7973 7974 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7972 def seller_organization_name @seller_organization_name end |
#site_id ⇒ Array<Fixnum>
Site IDs this order is associated with.
Corresponds to the JSON property siteId
7977 7978 7979 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7977 def site_id @site_id end |
#site_names ⇒ Array<String>
Free-form site names this order is associated with.
Corresponds to the JSON property siteNames
7982 7983 7984 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7982 def site_names @site_names end |
#subaccount_id ⇒ Fixnum
Subaccount ID of this order.
Corresponds to the JSON property subaccountId
7987 7988 7989 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7987 def subaccount_id @subaccount_id end |
#terms_and_conditions ⇒ String
Terms and conditions of this order.
Corresponds to the JSON property termsAndConditions
7992 7993 7994 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7992 def terms_and_conditions @terms_and_conditions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7999 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 8016 8017 8018 8019 8020 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7999 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id) @approver_user_profile_ids = args[:approver_user_profile_ids] if args.key?(:approver_user_profile_ids) @buyer_invoice_id = args[:buyer_invoice_id] if args.key?(:buyer_invoice_id) @buyer_organization_name = args[:buyer_organization_name] if args.key?(:buyer_organization_name) @comments = args[:comments] if args.key?(:comments) @contacts = args[:contacts] if args.key?(:contacts) @id = args[:id] if args.key?(:id) @kind = args[:kind] if args.key?(:kind) @last_modified_info = args[:last_modified_info] if args.key?(:last_modified_info) @name = args[:name] if args.key?(:name) @notes = args[:notes] if args.key?(:notes) @planning_term_id = args[:planning_term_id] if args.key?(:planning_term_id) @project_id = args[:project_id] if args.key?(:project_id) @seller_order_id = args[:seller_order_id] if args.key?(:seller_order_id) @seller_organization_name = args[:seller_organization_name] if args.key?(:seller_organization_name) @site_id = args[:site_id] if args.key?(:site_id) @site_names = args[:site_names] if args.key?(:site_names) @subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id) @terms_and_conditions = args[:terms_and_conditions] if args.key?(:terms_and_conditions) end |