public class AssetParams extends AlipayObject
Constructor and Description |
---|
AssetParams() |
Modifier and Type | Method and Description |
---|---|
String |
getAssetType()
Gets asset type.
|
String |
getCardNo()
Gets card no.
|
String |
getInstId()
Gets inst id.
|
void |
setAssetType(String assetType)
Sets asset type.
|
void |
setCardNo(String cardNo)
Sets card no.
|
void |
setInstId(String instId)
Sets inst id.
|
public String getAssetType()
public void setAssetType(String assetType)
assetType
- the asset typepublic String getCardNo()
public void setCardNo(String cardNo)
cardNo
- the card nopublic String getInstId()
public void setInstId(String instId)
instId
- the inst idCopyright © 2018. All rights reserved.