public class QueryContractPayFeeResult extends AbstractModel
Constructor and Description |
---|
QueryContractPayFeeResult() |
QueryContractPayFeeResult(QueryContractPayFeeResult 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[] |
getExtraInput()
Get 合同扩展自定义字段
|
PayDataResult |
getPay()
Get pay支付方式json数据
注意:此字段可能返回 null,表示取不到有效值。
|
PayFeeDataResult[] |
getPayFee()
Get pay_fee支付方式行业分类费率json数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExtraInput(String[] ExtraInput)
Set 合同扩展自定义字段
|
void |
setPay(PayDataResult Pay)
Set pay支付方式json数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPayFee(PayFeeDataResult[] PayFee)
Set pay_fee支付方式行业分类费率json数据
注意:此字段可能返回 null,表示取不到有效值。
|
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 QueryContractPayFeeResult()
public QueryContractPayFeeResult(QueryContractPayFeeResult source)
public PayDataResult getPay()
public void setPay(PayDataResult Pay)
Pay
- pay支付方式json数据
注意:此字段可能返回 null,表示取不到有效值。public String[] getExtraInput()
public void setExtraInput(String[] ExtraInput)
ExtraInput
- 合同扩展自定义字段public PayFeeDataResult[] getPayFee()
public void setPayFee(PayFeeDataResult[] PayFee)
PayFee
- pay_fee支付方式行业分类费率json数据
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.