public class PosDiscountDetail extends AlipayObject
Constructor and Description |
---|
PosDiscountDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getDiscountName()
Gets discount name.
|
String |
getDiscountType()
Gets discount type.
|
String |
getExtInfo()
Gets ext info.
|
String |
getMrtDiscount()
Gets mrt discount.
|
String |
getRtDiscount()
Gets rt discount.
|
void |
setDiscountName(String discountName)
Sets discount name.
|
void |
setDiscountType(String discountType)
Sets discount type.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setMrtDiscount(String mrtDiscount)
Sets mrt discount.
|
void |
setRtDiscount(String rtDiscount)
Sets rt discount.
|
public String getDiscountName()
public void setDiscountName(String discountName)
discountName
- the discount namepublic String getDiscountType()
public void setDiscountType(String discountType)
discountType
- the discount typepublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getMrtDiscount()
public void setMrtDiscount(String mrtDiscount)
mrtDiscount
- the mrt discountpublic String getRtDiscount()
public void setRtDiscount(String rtDiscount)
rtDiscount
- the rt discountCopyright © 2018. All rights reserved.