Class: TencentCloud::Cpdp::V20190820::Acct

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190820/models.rb

Overview

账户信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(subacctno = nil, subacctproperty = nil, trannetmembercode = nil, subacctname = nil, acctavailbal = nil, cashamt = nil, maintenancedate = nil) ⇒ Acct



46
47
48
49
50
51
52
53
54
# File 'lib/v20190820/models.rb', line 46

def initialize(subacctno=nil, subacctproperty=nil, trannetmembercode=nil, subacctname=nil, acctavailbal=nil, cashamt=nil, maintenancedate=nil)
  @SubAcctNo = subacctno
  @SubAcctProperty = subacctproperty
  @TranNetMemberCode = trannetmembercode
  @SubAcctName = subacctname
  @AcctAvailBal = acctavailbal
  @CashAmt = cashamt
  @MaintenanceDate = maintenancedate
end

Instance Attribute Details

#AcctAvailBalObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



44
45
46
# File 'lib/v20190820/models.rb', line 44

def AcctAvailBal
  @AcctAvailBal
end

#CashAmtObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



44
45
46
# File 'lib/v20190820/models.rb', line 44

def CashAmt
  @CashAmt
end

#MaintenanceDateObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



44
45
46
# File 'lib/v20190820/models.rb', line 44

def MaintenanceDate
  @MaintenanceDate
end

#SubAcctNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



44
45
46
# File 'lib/v20190820/models.rb', line 44

def SubAcctName
  @SubAcctName
end

#SubAcctNoObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



44
45
46
# File 'lib/v20190820/models.rb', line 44

def SubAcctNo
  @SubAcctNo
end

#SubAcctPropertyObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



44
45
46
# File 'lib/v20190820/models.rb', line 44

def SubAcctProperty
  @SubAcctProperty
end

#TranNetMemberCodeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



44
45
46
# File 'lib/v20190820/models.rb', line 44

def TranNetMemberCode
  @TranNetMemberCode
end

Instance Method Details

#deserialize(params) ⇒ Object



56
57
58
59
60
61
62
63
64
# File 'lib/v20190820/models.rb', line 56

def deserialize(params)
  @SubAcctNo = params['SubAcctNo']
  @SubAcctProperty = params['SubAcctProperty']
  @TranNetMemberCode = params['TranNetMemberCode']
  @SubAcctName = params['SubAcctName']
  @AcctAvailBal = params['AcctAvailBal']
  @CashAmt = params['CashAmt']
  @MaintenanceDate = params['MaintenanceDate']
end