public class KbOrderFundsVoucherModel extends AlipayObject
| Constructor and Description | 
|---|
KbOrderFundsVoucherModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAccount()
Gets account. 
 | 
String | 
getAmount()
Gets amount. 
 | 
String | 
getFundsVoucherNo()
Gets funds voucher no. 
 | 
Date | 
getGmtCreate()
Gets gmt create. 
 | 
String | 
getShopId()
Gets shop id. 
 | 
String | 
getStoreId()
Gets store id. 
 | 
String | 
getTransType()
Gets trans type. 
 | 
void | 
setAccount(String account)
Sets account. 
 | 
void | 
setAmount(String amount)
Sets amount. 
 | 
void | 
setFundsVoucherNo(String fundsVoucherNo)
Sets funds voucher no. 
 | 
void | 
setGmtCreate(Date gmtCreate)
Sets gmt create. 
 | 
void | 
setShopId(String shopId)
Sets shop id. 
 | 
void | 
setStoreId(String storeId)
Sets store id. 
 | 
void | 
setTransType(String transType)
Sets trans type. 
 | 
public String getAccount()
public void setAccount(String account)
account - the accountpublic String getAmount()
public void setAmount(String amount)
amount - the amountpublic String getFundsVoucherNo()
public void setFundsVoucherNo(String fundsVoucherNo)
fundsVoucherNo - the funds voucher nopublic Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
gmtCreate - the gmt createpublic String getShopId()
public void setShopId(String shopId)
shopId - the shop idpublic String getStoreId()
public void setStoreId(String storeId)
storeId - the store idpublic String getTransType()
public void setTransType(String transType)
transType - the trans typeCopyright © 2018. All rights reserved.