Class: Google::Apis::DfareportingV4::Order

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/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.



8475
8476
8477
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8475

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

Instance Attribute Details

#account_idFixnum

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

Returns:

  • (Fixnum)


8377
8378
8379
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8377

def 
  @account_id
end

#advertiser_idFixnum

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

Returns:

  • (Fixnum)


8382
8383
8384
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8382

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>)


8387
8388
8389
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8387

def 
  @approver_user_profile_ids
end

#buyer_invoice_idString

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

Returns:

  • (String)


8392
8393
8394
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8392

def buyer_invoice_id
  @buyer_invoice_id
end

#buyer_organization_nameString

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

Returns:

  • (String)


8397
8398
8399
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8397

def buyer_organization_name
  @buyer_organization_name
end

#commentsString

Comments in this order. Corresponds to the JSON property comments

Returns:

  • (String)


8402
8403
8404
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8402

def comments
  @comments
end

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

Contacts for this order. Corresponds to the JSON property contacts



8407
8408
8409
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8407

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)


8412
8413
8414
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8412

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)


8418
8419
8420
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8418

def kind
  @kind
end

#last_modified_infoGoogle::Apis::DfareportingV4::LastModifiedInfo

Modification timestamp. Corresponds to the JSON property lastModifiedInfo



8423
8424
8425
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8423

def last_modified_info
  @last_modified_info
end

#nameString

Name of this order. Corresponds to the JSON property name

Returns:

  • (String)


8428
8429
8430
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8428

def name
  @name
end

#notesString

Notes of this order. Corresponds to the JSON property notes

Returns:

  • (String)


8433
8434
8435
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8433

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)


8438
8439
8440
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8438

def planning_term_id
  @planning_term_id
end

#project_idFixnum

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

Returns:

  • (Fixnum)


8443
8444
8445
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8443

def project_id
  @project_id
end

#seller_order_idString

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

Returns:

  • (String)


8448
8449
8450
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8448

def seller_order_id
  @seller_order_id
end

#seller_organization_nameString

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

Returns:

  • (String)


8453
8454
8455
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8453

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>)


8458
8459
8460
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8458

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>)


8463
8464
8465
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8463

def site_names
  @site_names
end

#subaccount_idFixnum

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

Returns:

  • (Fixnum)


8468
8469
8470
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8468

def subaccount_id
  @subaccount_id
end

#terms_and_conditionsString

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

Returns:

  • (String)


8473
8474
8475
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8473

def terms_and_conditions
  @terms_and_conditions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8480
8481
8482
8483
8484
8485
8486
8487
8488
8489
8490
8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8480

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