class Google::Apis::AdexchangebuyerV1_4::Seller
Attributes
account_id[RW]
The unique id for the seller. The seller fills in this field. The seller account id is then available to buyer in the product. Corresponds to the JSON property `accountId` @return [String]
sub_account_id[RW]
Optional sub-account id for the seller. Corresponds to the JSON property `subAccountId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 2978 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 2983 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @sub_account_id = args[:sub_account_id] if args.key?(:sub_account_id) end