public class DiscountInfos extends AlipayObject
Constructor and Description |
---|
DiscountInfos() |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Gets amount.
|
String |
getExtInfos()
Gets ext infos.
|
String |
getMdiscountAmount()
Gets mdiscount amount.
|
String |
getName()
Gets name.
|
String |
getPlatformDiscountAmount()
Gets platform discount amount.
|
String |
getType()
Gets type.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setExtInfos(String extInfos)
Sets ext infos.
|
void |
setMdiscountAmount(String mdiscountAmount)
Sets mdiscount amount.
|
void |
setName(String name)
Sets name.
|
void |
setPlatformDiscountAmount(String platformDiscountAmount)
Sets platform discount amount.
|
void |
setType(String type)
Sets type.
|
public String getAmount()
public void setAmount(String amount)
amount
- the amountpublic String getExtInfos()
public void setExtInfos(String extInfos)
extInfos
- the ext infospublic String getMdiscountAmount()
public void setMdiscountAmount(String mdiscountAmount)
mdiscountAmount
- the mdiscount amountpublic String getName()
public void setName(String name)
name
- the namepublic String getPlatformDiscountAmount()
public void setPlatformDiscountAmount(String platformDiscountAmount)
platformDiscountAmount
- the platform discount amountpublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.