Class: TencentCloud::Cpdp::V20190820::WithdrawBill
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::WithdrawBill
- Defined in:
- lib/v20190820/models.rb
Overview
聚鑫提现订单内容
Instance Attribute Summary collapse
- #CurrencyType ⇒ Object
- #Date ⇒ Object
- #ExtendFieldData ⇒ Object
- #InSubAppId ⇒ Object
- #MetaData ⇒ Object
- #OutSubAppId ⇒ Object
- #PayAmt ⇒ Object
- #WithdrawOrderId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(withdraworderid = nil, date = nil, payamt = nil, insubappid = nil, outsubappid = nil, currencytype = nil, metadata = nil, extendfielddata = nil) ⇒ WithdrawBill
constructor
A new instance of WithdrawBill.
Constructor Details
#initialize(withdraworderid = nil, date = nil, payamt = nil, insubappid = nil, outsubappid = nil, currencytype = nil, metadata = nil, extendfielddata = nil) ⇒ WithdrawBill
Returns a new instance of WithdrawBill.
28953 28954 28955 28956 28957 28958 28959 28960 28961 28962 |
# File 'lib/v20190820/models.rb', line 28953 def initialize(withdraworderid=nil, date=nil, payamt=nil, insubappid=nil, outsubappid=nil, currencytype=nil, =nil, extendfielddata=nil) @WithdrawOrderId = withdraworderid @Date = date @PayAmt = payamt @InSubAppId = insubappid @OutSubAppId = outsubappid @CurrencyType = currencytype @MetaData = @ExtendFieldData = extendfielddata end |
Instance Attribute Details
#CurrencyType ⇒ Object
28951 28952 28953 |
# File 'lib/v20190820/models.rb', line 28951 def CurrencyType @CurrencyType end |
#Date ⇒ Object
28951 28952 28953 |
# File 'lib/v20190820/models.rb', line 28951 def Date @Date end |
#ExtendFieldData ⇒ Object
28951 28952 28953 |
# File 'lib/v20190820/models.rb', line 28951 def ExtendFieldData @ExtendFieldData end |
#InSubAppId ⇒ Object
28951 28952 28953 |
# File 'lib/v20190820/models.rb', line 28951 def InSubAppId @InSubAppId end |
#MetaData ⇒ Object
28951 28952 28953 |
# File 'lib/v20190820/models.rb', line 28951 def MetaData @MetaData end |
#OutSubAppId ⇒ Object
28951 28952 28953 |
# File 'lib/v20190820/models.rb', line 28951 def OutSubAppId @OutSubAppId end |
#PayAmt ⇒ Object
28951 28952 28953 |
# File 'lib/v20190820/models.rb', line 28951 def PayAmt @PayAmt end |
#WithdrawOrderId ⇒ Object
28951 28952 28953 |
# File 'lib/v20190820/models.rb', line 28951 def WithdrawOrderId @WithdrawOrderId end |
Instance Method Details
#deserialize(params) ⇒ Object
28964 28965 28966 28967 28968 28969 28970 28971 28972 28973 |
# File 'lib/v20190820/models.rb', line 28964 def deserialize(params) @WithdrawOrderId = params['WithdrawOrderId'] @Date = params['Date'] @PayAmt = params['PayAmt'] @InSubAppId = params['InSubAppId'] @OutSubAppId = params['OutSubAppId'] @CurrencyType = params['CurrencyType'] @MetaData = params['MetaData'] @ExtendFieldData = params['ExtendFieldData'] end |