public class OrderInfo extends AbstractModel
Constructor and Description |
---|
OrderInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 订单创建时间
|
String |
getPackageId()
Get 订单要切换的套餐ID
|
String |
getPayMode()
Get 付费模式.
|
String |
getTranId()
Get 订单号
|
String |
getTranStatus()
Get 订单状态。
1未支付
2 支付中
3 发货中
4 发货成功
5 发货失败
6 已退款
7 已取消
100 已删除
|
String |
getTranType()
Get 订单类型
1 购买
2 续费
3 变配
|
String |
getUpdateTime()
Get 订单更新时间
|
void |
setCreateTime(String CreateTime)
Set 订单创建时间
|
void |
setPackageId(String PackageId)
Set 订单要切换的套餐ID
|
void |
setPayMode(String PayMode)
Set 付费模式.
|
void |
setTranId(String TranId)
Set 订单号
|
void |
setTranStatus(String TranStatus)
Set 订单状态。
1未支付
2 支付中
3 发货中
4 发货成功
5 发货失败
6 已退款
7 已取消
100 已删除
|
void |
setTranType(String TranType)
Set 订单类型
1 购买
2 续费
3 变配
|
void |
setUpdateTime(String UpdateTime)
Set 订单更新时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getTranId()
public void setTranId(String TranId)
TranId
- 订单号public String getPackageId()
public void setPackageId(String PackageId)
PackageId
- 订单要切换的套餐IDpublic String getTranType()
public void setTranType(String TranType)
TranType
- 订单类型
public String getTranStatus()
public void setTranStatus(String TranStatus)
TranStatus
- 订单状态。
public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 订单更新时间public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 订单创建时间public String getPayMode()
public void setPayMode(String PayMode)
PayMode
- 付费模式.
Copyright © 2020. All rights reserved.