Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.CloudSettleInfo
-
Packages that use CloudSettleInfo Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of CloudSettleInfo in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return CloudSettleInfo Modifier and Type Method Description CloudSettleInfoCloudOrderReturn. getSettleInfo()Get 结算信息 注意:此字段可能返回 null,表示取不到有效值。CloudSettleInfoCloudSubOrder. getSettleInfo()Get 结算信息。 例如是否需要分账、是否需要支付确认等。CloudSettleInfoCloudSubOrderReturn. getSettleInfo()Get 结算信息 注意:此字段可能返回 null,表示取不到有效值。CloudSettleInfoUnifiedCloudOrderRequest. getSettleInfo()Get 结算信息 例如是否需要分账、是否需要支付确认等, 注意:如果子单列表中传入了SettleInfo,在主单中不可再传入SettleInfo字段。Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CloudSettleInfo Modifier and Type Method Description voidCloudOrderReturn. setSettleInfo(CloudSettleInfo SettleInfo)Set 结算信息 注意:此字段可能返回 null,表示取不到有效值。voidCloudSubOrder. setSettleInfo(CloudSettleInfo SettleInfo)Set 结算信息。 例如是否需要分账、是否需要支付确认等。voidCloudSubOrderReturn. setSettleInfo(CloudSettleInfo SettleInfo)Set 结算信息 注意:此字段可能返回 null,表示取不到有效值。voidUnifiedCloudOrderRequest. setSettleInfo(CloudSettleInfo SettleInfo)Set 结算信息 例如是否需要分账、是否需要支付确认等, 注意:如果子单列表中传入了SettleInfo,在主单中不可再传入SettleInfo字段。Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CloudSettleInfo Constructor Description 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.
-