public class PaymentAbilityQueryResponse extends AlipayObject
| Constructor and Description |
|---|
PaymentAbilityQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtraInfos()
Gets extra infos.
|
String |
getLevel()
Gets level.
|
String |
getOrderId()
Gets order id.
|
void |
setExtraInfos(String extraInfos)
Sets extra infos.
|
void |
setLevel(String level)
Sets level.
|
void |
setOrderId(String orderId)
Sets order id.
|
public String getExtraInfos()
public void setExtraInfos(String extraInfos)
extraInfos - the extra infospublic String getLevel()
public void setLevel(String level)
level - the levelpublic String getOrderId()
public void setOrderId(String orderId)
orderId - the order idCopyright © 2018. All rights reserved.