public class PosBillPayChannel extends AlipayObject
Constructor and Description |
---|
PosBillPayChannel() |
Modifier and Type | Method and Description |
---|---|
String |
getChannelType()
Gets channel type.
|
List<PosDiscountDetail> |
getDiscountDetails()
Gets discount details.
|
String |
getExtInfo()
Gets ext info.
|
String |
getOperator()
Gets operator.
|
String |
getOutPayNo()
Gets out pay no.
|
String |
getPayAmount()
Gets pay amount.
|
String |
getPayNo()
Gets pay no.
|
Date |
getPayTime()
Gets pay time.
|
String |
getReceiptAmount()
Gets receipt amount.
|
String |
getUserIdentity()
Gets user identity.
|
void |
setChannelType(String channelType)
Sets channel type.
|
void |
setDiscountDetails(List<PosDiscountDetail> discountDetails)
Sets discount details.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setOperator(String operator)
Sets operator.
|
void |
setOutPayNo(String outPayNo)
Sets out pay no.
|
void |
setPayAmount(String payAmount)
Sets pay amount.
|
void |
setPayNo(String payNo)
Sets pay no.
|
void |
setPayTime(Date payTime)
Sets pay time.
|
void |
setReceiptAmount(String receiptAmount)
Sets receipt amount.
|
void |
setUserIdentity(String userIdentity)
Sets user identity.
|
public String getChannelType()
public void setChannelType(String channelType)
channelType
- the channel typepublic List<PosDiscountDetail> getDiscountDetails()
public void setDiscountDetails(List<PosDiscountDetail> discountDetails)
discountDetails
- the discount detailspublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getOperator()
public void setOperator(String operator)
operator
- the operatorpublic String getOutPayNo()
public void setOutPayNo(String outPayNo)
outPayNo
- the out pay nopublic String getPayAmount()
public void setPayAmount(String payAmount)
payAmount
- the pay amountpublic String getPayNo()
public void setPayNo(String payNo)
payNo
- the pay nopublic Date getPayTime()
public void setPayTime(Date payTime)
payTime
- the pay timepublic String getReceiptAmount()
public void setReceiptAmount(String receiptAmount)
receiptAmount
- the receipt amountpublic String getUserIdentity()
public void setUserIdentity(String userIdentity)
userIdentity
- the user identityCopyright © 2018. All rights reserved.