Class: TencentCloud::Billing::V20180709::DescribeAccountBalanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeAccountBalanceResponse
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeAccountBalance返回参数结构体
Instance Attribute Summary collapse
- #Balance ⇒ Object
- #CashAccountBalance ⇒ Object
- #CreditAmount ⇒ Object
- #CreditBalance ⇒ Object
- #FreezeAmount ⇒ Object
- #IncomeIntoAccountBalance ⇒ Object
- #IsAllowArrears ⇒ Object
- #IsCreditLimited ⇒ Object
- #OweAmount ⇒ Object
- #PresentAccountBalance ⇒ Object
- #RealBalance ⇒ Object
- #RealCreditBalance ⇒ Object
- #RequestId ⇒ Object
- #Uin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(balance = nil, uin = nil, realbalance = nil, cashaccountbalance = nil, incomeintoaccountbalance = nil, presentaccountbalance = nil, freezeamount = nil, oweamount = nil, isallowarrears = nil, iscreditlimited = nil, creditamount = nil, creditbalance = nil, realcreditbalance = nil, requestid = nil) ⇒ DescribeAccountBalanceResponse
constructor
A new instance of DescribeAccountBalanceResponse.
Constructor Details
#initialize(balance = nil, uin = nil, realbalance = nil, cashaccountbalance = nil, incomeintoaccountbalance = nil, presentaccountbalance = nil, freezeamount = nil, oweamount = nil, isallowarrears = nil, iscreditlimited = nil, creditamount = nil, creditbalance = nil, realcreditbalance = nil, requestid = nil) ⇒ DescribeAccountBalanceResponse
Returns a new instance of DescribeAccountBalanceResponse.
5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 |
# File 'lib/v20180709/models.rb', line 5506 def initialize(balance=nil, uin=nil, realbalance=nil, cashaccountbalance=nil, incomeintoaccountbalance=nil, presentaccountbalance=nil, freezeamount=nil, oweamount=nil, isallowarrears=nil, iscreditlimited=nil, creditamount=nil, creditbalance=nil, realcreditbalance=nil, requestid=nil) @Balance = balance @Uin = uin @RealBalance = realbalance @CashAccountBalance = cashaccountbalance @IncomeIntoAccountBalance = incomeintoaccountbalance @PresentAccountBalance = presentaccountbalance @FreezeAmount = freezeamount @OweAmount = oweamount @IsAllowArrears = isallowarrears @IsCreditLimited = iscreditlimited @CreditAmount = creditamount @CreditBalance = creditbalance @RealCreditBalance = realcreditbalance @RequestId = requestid end |
Instance Attribute Details
#Balance ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def Balance @Balance end |
#CashAccountBalance ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def CashAccountBalance @CashAccountBalance end |
#CreditAmount ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def CreditAmount @CreditAmount end |
#CreditBalance ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def CreditBalance @CreditBalance end |
#FreezeAmount ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def FreezeAmount @FreezeAmount end |
#IncomeIntoAccountBalance ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def IncomeIntoAccountBalance @IncomeIntoAccountBalance end |
#IsAllowArrears ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def IsAllowArrears @IsAllowArrears end |
#IsCreditLimited ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def IsCreditLimited @IsCreditLimited end |
#OweAmount ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def OweAmount @OweAmount end |
#PresentAccountBalance ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def PresentAccountBalance @PresentAccountBalance end |
#RealBalance ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def RealBalance @RealBalance end |
#RealCreditBalance ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def RealCreditBalance @RealCreditBalance end |
#RequestId ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def RequestId @RequestId end |
#Uin ⇒ Object
5499 5500 5501 |
# File 'lib/v20180709/models.rb', line 5499 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 |
# File 'lib/v20180709/models.rb', line 5523 def deserialize(params) @Balance = params['Balance'] @Uin = params['Uin'] @RealBalance = params['RealBalance'] @CashAccountBalance = params['CashAccountBalance'] @IncomeIntoAccountBalance = params['IncomeIntoAccountBalance'] @PresentAccountBalance = params['PresentAccountBalance'] @FreezeAmount = params['FreezeAmount'] @OweAmount = params['OweAmount'] @IsAllowArrears = params['IsAllowArrears'] @IsCreditLimited = params['IsCreditLimited'] @CreditAmount = params['CreditAmount'] @CreditBalance = params['CreditBalance'] @RealCreditBalance = params['RealCreditBalance'] @RequestId = params['RequestId'] end |