Class: Google::Apis::DfareportingV2_8::Order
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DfareportingV2_8::Order
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/dfareporting_v2_8/classes.rb,
generated/google/apis/dfareporting_v2_8/representations.rb,
generated/google/apis/dfareporting_v2_8/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::DfareportingV2_8::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::DfareportingV2_8::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.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Order
Returns a new instance of Order
      7699 7700 7701  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7699 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#account_id ⇒ Fixnum
Account ID of this order.
Corresponds to the JSON property accountId
      7601 7602 7603  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7601 def account_id @account_id end  | 
  
#advertiser_id ⇒ Fixnum
Advertiser ID of this order.
Corresponds to the JSON property advertiserId
      7606 7607 7608  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7606 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
      7611 7612 7613  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7611 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
      7616 7617 7618  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7616 def buyer_invoice_id @buyer_invoice_id end  | 
  
#buyer_organization_name ⇒ String
Name of the buyer organization.
Corresponds to the JSON property buyerOrganizationName
      7621 7622 7623  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7621 def buyer_organization_name @buyer_organization_name end  | 
  
#comments ⇒ String
Comments in this order.
Corresponds to the JSON property comments
      7626 7627 7628  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7626 def comments @comments end  | 
  
#contacts ⇒ Array<Google::Apis::DfareportingV2_8::OrderContact>
Contacts for this order.
Corresponds to the JSON property contacts
      7631 7632 7633  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7631 def contacts @contacts end  | 
  
#id ⇒ Fixnum
ID of this order. This is a read-only, auto-generated field.
Corresponds to the JSON property id
      7636 7637 7638  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7636 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
      7642 7643 7644  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7642 def kind @kind end  | 
  
#last_modified_info ⇒ Google::Apis::DfareportingV2_8::LastModifiedInfo
Modification timestamp.
Corresponds to the JSON property lastModifiedInfo
      7647 7648 7649  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7647 def last_modified_info @last_modified_info end  | 
  
#name ⇒ String
Name of this order.
Corresponds to the JSON property name
      7652 7653 7654  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7652 def name @name end  | 
  
#notes ⇒ String
Notes of this order.
Corresponds to the JSON property notes
      7657 7658 7659  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7657 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
      7662 7663 7664  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7662 def planning_term_id @planning_term_id end  | 
  
#project_id ⇒ Fixnum
Project ID of this order.
Corresponds to the JSON property projectId
      7667 7668 7669  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7667 def project_id @project_id end  | 
  
#seller_order_id ⇒ String
Seller order ID associated with this order.
Corresponds to the JSON property sellerOrderId
      7672 7673 7674  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7672 def seller_order_id @seller_order_id end  | 
  
#seller_organization_name ⇒ String
Name of the seller organization.
Corresponds to the JSON property sellerOrganizationName
      7677 7678 7679  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7677 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
      7682 7683 7684  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7682 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
      7687 7688 7689  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7687 def site_names @site_names end  | 
  
#subaccount_id ⇒ Fixnum
Subaccount ID of this order.
Corresponds to the JSON property subaccountId
      7692 7693 7694  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7692 def subaccount_id @subaccount_id end  | 
  
#terms_and_conditions ⇒ String
Terms and conditions of this order.
Corresponds to the JSON property termsAndConditions
      7697 7698 7699  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7697 def terms_and_conditions @terms_and_conditions end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7704 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  |