Package | Description |
---|---|
org.oxerr.youzan.dto.item |
Modifier and Type | Method and Description |
---|---|
TradeDetail[] |
TradeDetail.getSubTrades() |
TradeDetail |
Trade.getTrade() |
TradeDetail |
SelfFetchTrade.getTrade() |
TradeDetail[] |
Trades.getTrades() |
Modifier and Type | Method and Description |
---|---|
void |
TradeDetail.setSubTrades(TradeDetail[] subTrades) |
void |
Trade.setTrade(TradeDetail trade) |
void |
SelfFetchTrade.setTrade(TradeDetail trade) |
void |
Trades.setTrades(TradeDetail[] trades) |
Constructor and Description |
---|
SelfFetchTrade(String code,
Integer status,
String tid,
TradeDetail trade) |
Trade(TradeDetail trade) |
TradeDetail(Instant consignTime,
String buyerArea,
Long num,
AdjustFee adjustFee,
String relationType,
String type,
Long buyerId,
String tid,
Integer feedback,
Long outerUserId,
BigDecimal price,
BigDecimal totalFee,
BigDecimal payment,
Long weixinUserId,
TradeDetail[] subTrades,
String buyerMessage,
Instant created,
Instant payTime,
String[] outTradeNo,
TradeOrder[] orders,
TradePromotion[] promotionDetails,
String refundState,
String status,
BigDecimal postFee,
String picThumbPath,
String receiverCity,
String shippingType,
BigDecimal refundedFee,
Long numIid,
String title,
BigDecimal discountFee,
String receiverState,
Instant updateTime,
UmpTradeCoupon[] couponDetails,
String receiverZip,
String receiverName,
String payType,
BigDecimal profit,
TradeFetch fetchDetail,
Integer buyerType,
String receiverDistrict,
String picPath,
String receiverMobile,
Instant signTime,
Integer sellerFlag,
String buyerNick,
Integer handled,
String receiverAddress,
String tradeMemo,
String[] relations,
String outerTid) |
Trades(TradeDetail[] trades,
Integer totalResults,
Boolean hasNext) |
Copyright © 2016–2017. All rights reserved.