class Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperBalanceWallet
Wallet used to manage an account balance for a particular currency.
Attributes
balance[RW]
Represents an amount of money with its currency type. Corresponds to the JSON property `balance` @return [Google::Apis::ApigeeV1::GoogleTypeMoney]
last_credit_time[RW]
Output only. Time at which the developer last added credit to the account in milliseconds since epoch. Corresponds to the JSON property `lastCreditTime` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 2734 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 2739 def update!(**args) @balance = args[:balance] if args.key?(:balance) @last_credit_time = args[:last_credit_time] if args.key?(:last_credit_time) end