public class PayOrderWithBalanceRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PayOrderWithBalanceRequest()
public PayOrderWithBalanceRequest(PayOrderWithBalanceRequest source)
public String[] getBigDealIdList()
public void setBigDealIdList(String[] BigDealIdList)
BigDealIdList
- 需要支付的大订单号数组public String[] getVoucherIdList()
public void setVoucherIdList(String[] VoucherIdList)
VoucherIdList
- 代金券ID数组。可以从控制台查到拥有的代金券Copyright © 2023. All rights reserved.