class Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperBalance
Account balance for the developer.
Attributes
wallets[RW]
Output only. List of all wallets. Each individual wallet stores the account balance for a particular currency. Corresponds to the JSON property `wallets` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperBalanceWallet>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 2709 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 2714 def update!(**args) @wallets = args[:wallets] if args.key?(:wallets) end