Class ApplyPayerinfoData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.ApplyPayerinfoData
-
public class ApplyPayerinfoData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ApplyPayerinfoData()ApplyPayerinfoData(ApplyPayerinfoData 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 StringgetFailReason()Get 失败原因 注意:此字段可能返回 null,表示取不到有效值。StringgetMerchantId()Get 商户号StringgetPayerId()Get 付款人IDStringgetStatus()Get 状态voidsetFailReason(String FailReason)Set 失败原因 注意:此字段可能返回 null,表示取不到有效值。voidsetMerchantId(String MerchantId)Set 商户号voidsetPayerId(String PayerId)Set 付款人IDvoidsetStatus(String Status)Set 状态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
-
ApplyPayerinfoData
public ApplyPayerinfoData()
-
ApplyPayerinfoData
public ApplyPayerinfoData(ApplyPayerinfoData 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
-
getMerchantId
public String getMerchantId()
Get 商户号- Returns:
- MerchantId 商户号
-
setMerchantId
public void setMerchantId(String MerchantId)
Set 商户号- Parameters:
MerchantId- 商户号
-
getPayerId
public String getPayerId()
Get 付款人ID- Returns:
- PayerId 付款人ID
-
setPayerId
public void setPayerId(String PayerId)
Set 付款人ID- Parameters:
PayerId- 付款人ID
-
getStatus
public String getStatus()
Get 状态- Returns:
- Status 状态
-
setStatus
public void setStatus(String Status)
Set 状态- Parameters:
Status- 状态
-
getFailReason
public String getFailReason()
Get 失败原因 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FailReason 失败原因 注意:此字段可能返回 null,表示取不到有效值。
-
setFailReason
public void setFailReason(String FailReason)
Set 失败原因 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FailReason- 失败原因 注意:此字段可能返回 null,表示取不到有效值。
-
-