Class: TencentCloud::Cpdp::V20190820::CloudSettleInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CloudSettleInfo
- Defined in:
- lib/v20190820/models.rb
Overview
结算信息对象
Instance Attribute Summary collapse
-
#NeedToBeConfirmed ⇒ Object
0: 不需要支付确认 1: 需要支付确认 传1时,需要在支付完成后成功调用了《支付确认》接口,该笔订单才会被清分出去 0: 不指定分账 1: 指定分账.
-
#ProfitSharing ⇒ Object
0: 不需要支付确认 1: 需要支付确认 传1时,需要在支付完成后成功调用了《支付确认》接口,该笔订单才会被清分出去 0: 不指定分账 1: 指定分账.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(needtobeconfirmed = nil, profitsharing = nil) ⇒ CloudSettleInfo
constructor
A new instance of CloudSettleInfo.
Constructor Details
#initialize(needtobeconfirmed = nil, profitsharing = nil) ⇒ CloudSettleInfo
4363 4364 4365 4366 |
# File 'lib/v20190820/models.rb', line 4363 def initialize(needtobeconfirmed=nil, profitsharing=nil) @NeedToBeConfirmed = needtobeconfirmed @ProfitSharing = profitsharing end |
Instance Attribute Details
#NeedToBeConfirmed ⇒ Object
0: 不需要支付确认1: 需要支付确认传1时,需要在支付完成后成功调用了《支付确认》接口,该笔订单才会被清分出去0: 不指定分账1: 指定分账
4361 4362 4363 |
# File 'lib/v20190820/models.rb', line 4361 def NeedToBeConfirmed @NeedToBeConfirmed end |
#ProfitSharing ⇒ Object
0: 不需要支付确认1: 需要支付确认传1时,需要在支付完成后成功调用了《支付确认》接口,该笔订单才会被清分出去0: 不指定分账1: 指定分账
4361 4362 4363 |
# File 'lib/v20190820/models.rb', line 4361 def ProfitSharing @ProfitSharing end |
Instance Method Details
#deserialize(params) ⇒ Object
4368 4369 4370 4371 |
# File 'lib/v20190820/models.rb', line 4368 def deserialize(params) @NeedToBeConfirmed = params['NeedToBeConfirmed'] @ProfitSharing = params['ProfitSharing'] end |