Class PayOrderWithBalanceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dnspod.v20210323.models.PayOrderWithBalanceRequest
-
public class PayOrderWithBalanceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PayOrderWithBalanceRequest()
PayOrderWithBalanceRequest(PayOrderWithBalanceRequest 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 String[]
getBigDealIdList()
Get 需要支付的大订单号数组String[]
getVoucherIdList()
Get 代金券ID数组。可以从控制台查到拥有的代金券void
setBigDealIdList(String[] BigDealIdList)
Set 需要支付的大订单号数组void
setVoucherIdList(String[] VoucherIdList)
Set 代金券ID数组。可以从控制台查到拥有的代金券void
toMap(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
-
PayOrderWithBalanceRequest
public PayOrderWithBalanceRequest()
-
PayOrderWithBalanceRequest
public PayOrderWithBalanceRequest(PayOrderWithBalanceRequest 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
-
getBigDealIdList
public String[] getBigDealIdList()
Get 需要支付的大订单号数组- Returns:
- BigDealIdList 需要支付的大订单号数组
-
setBigDealIdList
public void setBigDealIdList(String[] BigDealIdList)
Set 需要支付的大订单号数组- Parameters:
BigDealIdList
- 需要支付的大订单号数组
-
getVoucherIdList
public String[] getVoucherIdList()
Get 代金券ID数组。可以从控制台查到拥有的代金券- Returns:
- VoucherIdList 代金券ID数组。可以从控制台查到拥有的代金券
-
setVoucherIdList
public void setVoucherIdList(String[] VoucherIdList)
Set 代金券ID数组。可以从控制台查到拥有的代金券- Parameters:
VoucherIdList
- 代金券ID数组。可以从控制台查到拥有的代金券
-
-