public class GoodsComponent extends AlipayObject
| Constructor and Description |
|---|
GoodsComponent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGoodsCode()
Gets goods code.
|
String |
getGoodsName()
Gets goods name.
|
String |
getQuantity()
Gets quantity.
|
void |
setGoodsCode(String goodsCode)
Sets goods code.
|
void |
setGoodsName(String goodsName)
Sets goods name.
|
void |
setQuantity(String quantity)
Sets quantity.
|
public String getGoodsCode()
public void setGoodsCode(String goodsCode)
goodsCode - the goods codepublic String getGoodsName()
public void setGoodsName(String goodsName)
goodsName - the goods namepublic String getQuantity()
public void setQuantity(String quantity)
quantity - the quantityCopyright © 2018. All rights reserved.