Class: TencentCloud::Cpdp::V20190820::BindOpenBankProfitSharePayeeResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::BindOpenBankProfitSharePayeeResult
- Defined in:
- lib/v20190820/models.rb
Overview
绑定分账收款方响应
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accountid = nil, accountno = nil, currency = nil) ⇒ BindOpenBankProfitSharePayeeResult
constructor
A new instance of BindOpenBankProfitSharePayeeResult.
Constructor Details
#initialize(accountid = nil, accountno = nil, currency = nil) ⇒ BindOpenBankProfitSharePayeeResult
Returns a new instance of BindOpenBankProfitSharePayeeResult.
3117 3118 3119 3120 3121 |
# File 'lib/v20190820/models.rb', line 3117 def initialize(accountid=nil, accountno=nil, currency=nil) @AccountId = accountid @AccountNo = accountno @Currency = currency end |
Instance Attribute Details
#AccountId ⇒ Object
3115 3116 3117 |
# File 'lib/v20190820/models.rb', line 3115 def AccountId @AccountId end |
#AccountNo ⇒ Object
3115 3116 3117 |
# File 'lib/v20190820/models.rb', line 3115 def AccountNo @AccountNo end |
#Currency ⇒ Object
3115 3116 3117 |
# File 'lib/v20190820/models.rb', line 3115 def Currency @Currency end |
Instance Method Details
#deserialize(params) ⇒ Object
3123 3124 3125 3126 3127 |
# File 'lib/v20190820/models.rb', line 3123 def deserialize(params) @AccountId = params['AccountId'] @AccountNo = params['AccountNo'] @Currency = params['Currency'] end |