Class: TencentCloud::Cpdp::V20190820::CreateFlexPayeeResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CreateFlexPayeeResult
- Defined in:
- lib/v20190820/models.rb
Overview
账户开立结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(payeeid = nil) ⇒ CreateFlexPayeeResult
constructor
A new instance of CreateFlexPayeeResult.
Constructor Details
#initialize(payeeid = nil) ⇒ CreateFlexPayeeResult
Returns a new instance of CreateFlexPayeeResult.
6130 6131 6132 |
# File 'lib/v20190820/models.rb', line 6130 def initialize(payeeid=nil) @PayeeId = payeeid end |
Instance Attribute Details
#PayeeId ⇒ Object
6128 6129 6130 |
# File 'lib/v20190820/models.rb', line 6128 def PayeeId @PayeeId end |
Instance Method Details
#deserialize(params) ⇒ Object
6134 6135 6136 |
# File 'lib/v20190820/models.rb', line 6134 def deserialize(params) @PayeeId = params['PayeeId'] end |