Class: Google::Apis::DfareportingV3_3::Order

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/representations.rb

Overview

Describes properties of a Planning order.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Order

Returns a new instance of Order.



7659
7660
7661
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7659

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#account_idFixnum

Account ID of this order. Corresponds to the JSON property accountId

Returns:

  • (Fixnum)


7561
7562
7563
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7561

def 
  @account_id
end

#advertiser_idFixnum

Advertiser ID of this order. Corresponds to the JSON property advertiserId

Returns:

  • (Fixnum)


7566
7567
7568
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7566

def advertiser_id
  @advertiser_id
end

#approver_user_profile_idsArray<Fixnum>

IDs for users that have to approve documents created for this order. Corresponds to the JSON property approverUserProfileIds

Returns:

  • (Array<Fixnum>)


7571
7572
7573
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7571

def 
  @approver_user_profile_ids
end

#buyer_invoice_idString

Buyer invoice ID associated with this order. Corresponds to the JSON property buyerInvoiceId

Returns:

  • (String)


7576
7577
7578
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7576

def buyer_invoice_id
  @buyer_invoice_id
end

#buyer_organization_nameString

Name of the buyer organization. Corresponds to the JSON property buyerOrganizationName

Returns:

  • (String)


7581
7582
7583
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7581

def buyer_organization_name
  @buyer_organization_name
end

#commentsString

Comments in this order. Corresponds to the JSON property comments

Returns:

  • (String)


7586
7587
7588
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7586

def comments
  @comments
end

#contactsArray<Google::Apis::DfareportingV3_3::OrderContact>

Contacts for this order. Corresponds to the JSON property contacts



7591
7592
7593
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7591

def contacts
  @contacts
end

#idFixnum

ID of this order. This is a read-only, auto-generated field. Corresponds to the JSON property id

Returns:

  • (Fixnum)


7596
7597
7598
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7596

def id
  @id
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#order". Corresponds to the JSON property kind

Returns:

  • (String)


7602
7603
7604
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7602

def kind
  @kind
end

#last_modified_infoGoogle::Apis::DfareportingV3_3::LastModifiedInfo

Modification timestamp. Corresponds to the JSON property lastModifiedInfo



7607
7608
7609
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7607

def last_modified_info
  @last_modified_info
end

#nameString

Name of this order. Corresponds to the JSON property name

Returns:

  • (String)


7612
7613
7614
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7612

def name
  @name
end

#notesString

Notes of this order. Corresponds to the JSON property notes

Returns:

  • (String)


7617
7618
7619
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7617

def notes
  @notes
end

#planning_term_idFixnum

ID of the terms and conditions template used in this order. Corresponds to the JSON property planningTermId

Returns:

  • (Fixnum)


7622
7623
7624
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7622

def planning_term_id
  @planning_term_id
end

#project_idFixnum

Project ID of this order. Corresponds to the JSON property projectId

Returns:

  • (Fixnum)


7627
7628
7629
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7627

def project_id
  @project_id
end

#seller_order_idString

Seller order ID associated with this order. Corresponds to the JSON property sellerOrderId

Returns:

  • (String)


7632
7633
7634
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7632

def seller_order_id
  @seller_order_id
end

#seller_organization_nameString

Name of the seller organization. Corresponds to the JSON property sellerOrganizationName

Returns:

  • (String)


7637
7638
7639
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7637

def seller_organization_name
  @seller_organization_name
end

#site_idArray<Fixnum>

Site IDs this order is associated with. Corresponds to the JSON property siteId

Returns:

  • (Array<Fixnum>)


7642
7643
7644
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7642

def site_id
  @site_id
end

#site_namesArray<String>

Free-form site names this order is associated with. Corresponds to the JSON property siteNames

Returns:

  • (Array<String>)


7647
7648
7649
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7647

def site_names
  @site_names
end

#subaccount_idFixnum

Subaccount ID of this order. Corresponds to the JSON property subaccountId

Returns:

  • (Fixnum)


7652
7653
7654
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7652

def subaccount_id
  @subaccount_id
end

#terms_and_conditionsString

Terms and conditions of this order. Corresponds to the JSON property termsAndConditions

Returns:

  • (String)


7657
7658
7659
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7657

def terms_and_conditions
  @terms_and_conditions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
7682
7683
7684
7685
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7664

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