Class: TencentCloud::Cpdp::V20190820::ServiceProviderAccountBalanceResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::ServiceProviderAccountBalanceResult
- Defined in:
- lib/v20190820/models.rb
Overview
服务商账户余额返回信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(balance = nil) ⇒ ServiceProviderAccountBalanceResult
constructor
A new instance of ServiceProviderAccountBalanceResult.
Constructor Details
#initialize(balance = nil) ⇒ ServiceProviderAccountBalanceResult
Returns a new instance of ServiceProviderAccountBalanceResult.
25611 25612 25613 |
# File 'lib/v20190820/models.rb', line 25611 def initialize(balance=nil) @Balance = balance end |
Instance Attribute Details
#Balance ⇒ Object
25609 25610 25611 |
# File 'lib/v20190820/models.rb', line 25609 def Balance @Balance end |
Instance Method Details
#deserialize(params) ⇒ Object
25615 25616 25617 |
# File 'lib/v20190820/models.rb', line 25615 def deserialize(params) @Balance = params['Balance'] end |