Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListPaymentsAccountsResponse

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

Overview

Response message for PaymentsAccountService.ListPaymentsAccounts.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListPaymentsAccountsResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesListPaymentsAccountsResponse.



43047
43048
43049
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43047

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

Instance Attribute Details

#payments_accountsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesPaymentsAccount>

The list of accessible payments accounts. Corresponds to the JSON property paymentsAccounts



43045
43046
43047
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43045

def payments_accounts
  @payments_accounts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43052
43053
43054
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43052

def update!(**args)
  @payments_accounts = args[:payments_accounts] if args.key?(:payments_accounts)
end