Class CloudSettleInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CloudSettleInfo
-
public class CloudSettleInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudSettleInfo()CloudSettleInfo(CloudSettleInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetNeedToBeConfirmed()Get 是否需要支付确认。 0: 不需要支付确认 1: 需要支付确认 传1时,需要在支付完成后成功调用了《支付确认》接口,该笔订单才会被清分出去LonggetProfitSharing()Get 是否指定分账。 0: 不指定分账 1: 指定分账voidsetNeedToBeConfirmed(Long NeedToBeConfirmed)Set 是否需要支付确认。 0: 不需要支付确认 1: 需要支付确认 传1时,需要在支付完成后成功调用了《支付确认》接口,该笔订单才会被清分出去voidsetProfitSharing(Long ProfitSharing)Set 是否指定分账。 0: 不指定分账 1: 指定分账voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CloudSettleInfo
public CloudSettleInfo()
-
CloudSettleInfo
public CloudSettleInfo(CloudSettleInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getNeedToBeConfirmed
public Long getNeedToBeConfirmed()
Get 是否需要支付确认。 0: 不需要支付确认 1: 需要支付确认 传1时,需要在支付完成后成功调用了《支付确认》接口,该笔订单才会被清分出去- Returns:
- NeedToBeConfirmed 是否需要支付确认。 0: 不需要支付确认 1: 需要支付确认 传1时,需要在支付完成后成功调用了《支付确认》接口,该笔订单才会被清分出去
-
setNeedToBeConfirmed
public void setNeedToBeConfirmed(Long NeedToBeConfirmed)
Set 是否需要支付确认。 0: 不需要支付确认 1: 需要支付确认 传1时,需要在支付完成后成功调用了《支付确认》接口,该笔订单才会被清分出去- Parameters:
NeedToBeConfirmed- 是否需要支付确认。 0: 不需要支付确认 1: 需要支付确认 传1时,需要在支付完成后成功调用了《支付确认》接口,该笔订单才会被清分出去
-
getProfitSharing
public Long getProfitSharing()
Get 是否指定分账。 0: 不指定分账 1: 指定分账- Returns:
- ProfitSharing 是否指定分账。 0: 不指定分账 1: 指定分账
-
setProfitSharing
public void setProfitSharing(Long ProfitSharing)
Set 是否指定分账。 0: 不指定分账 1: 指定分账- Parameters:
ProfitSharing- 是否指定分账。 0: 不指定分账 1: 指定分账
-
-