public class KbOrderVoucherModel extends AlipayObject
Constructor and Description |
---|
KbOrderVoucherModel() |
Modifier and Type | Method and Description |
---|---|
Date |
getExpireDate()
Gets expire date.
|
String |
getFundsVoucherNo()
Gets funds voucher no.
|
String |
getItemId()
Gets item id.
|
String |
getRefundReason()
Gets refund reason.
|
String |
getRefundType()
Gets refund type.
|
String |
getShopId()
Gets shop id.
|
String |
getStatus()
Gets status.
|
String |
getStoreId()
Gets store id.
|
String |
getTicketEffectCount()
Gets ticket effect count.
|
String |
getTicketRefundedCount()
Gets ticket refunded count.
|
String |
getTicketUsedCount()
Gets ticket used count.
|
String |
getVoucherId()
Gets voucher id.
|
void |
setExpireDate(Date expireDate)
Sets expire date.
|
void |
setFundsVoucherNo(String fundsVoucherNo)
Sets funds voucher no.
|
void |
setItemId(String itemId)
Sets item id.
|
void |
setRefundReason(String refundReason)
Sets refund reason.
|
void |
setRefundType(String refundType)
Sets refund type.
|
void |
setShopId(String shopId)
Sets shop id.
|
void |
setStatus(String status)
Sets status.
|
void |
setStoreId(String storeId)
Sets store id.
|
void |
setTicketEffectCount(String ticketEffectCount)
Sets ticket effect count.
|
void |
setTicketRefundedCount(String ticketRefundedCount)
Sets ticket refunded count.
|
void |
setTicketUsedCount(String ticketUsedCount)
Sets ticket used count.
|
void |
setVoucherId(String voucherId)
Sets voucher id.
|
public Date getExpireDate()
public void setExpireDate(Date expireDate)
expireDate
- the expire datepublic String getFundsVoucherNo()
public void setFundsVoucherNo(String fundsVoucherNo)
fundsVoucherNo
- the funds voucher nopublic String getItemId()
public void setItemId(String itemId)
itemId
- the item idpublic String getRefundReason()
public void setRefundReason(String refundReason)
refundReason
- the refund reasonpublic String getRefundType()
public void setRefundType(String refundType)
refundType
- the refund typepublic String getShopId()
public void setShopId(String shopId)
shopId
- the shop idpublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getStoreId()
public void setStoreId(String storeId)
storeId
- the store idpublic String getTicketEffectCount()
public void setTicketEffectCount(String ticketEffectCount)
ticketEffectCount
- the ticket effect countpublic String getTicketRefundedCount()
public void setTicketRefundedCount(String ticketRefundedCount)
ticketRefundedCount
- the ticket refunded countpublic String getTicketUsedCount()
public void setTicketUsedCount(String ticketUsedCount)
ticketUsedCount
- the ticket used countpublic String getVoucherId()
public void setVoucherId(String voucherId)
voucherId
- the voucher idCopyright © 2018. All rights reserved.