public class ApplyPayerinfoData extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getFailReason()
Get 失败原因
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMerchantId()
Get 商户号
|
String |
getPayerId()
Get 付款人ID
|
String |
getStatus()
Get 状态
|
void |
setFailReason(String FailReason)
Set 失败原因
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMerchantId(String MerchantId)
Set 商户号
|
void |
setPayerId(String PayerId)
Set 付款人ID
|
void |
setStatus(String Status)
Set 状态
|
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 ApplyPayerinfoData()
public ApplyPayerinfoData(ApplyPayerinfoData source)
public String getMerchantId()
public void setMerchantId(String MerchantId)
MerchantId
- 商户号public String getPayerId()
public void setPayerId(String PayerId)
PayerId
- 付款人IDpublic String getStatus()
public void setStatus(String Status)
Status
- 状态public String getFailReason()
public void setFailReason(String FailReason)
FailReason
- 失败原因
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.