Class Transaction
java.lang.Object
com.wechat.pay.java.service.payments.model.Transaction
Transaction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
tradeStatestatic enum
tradeType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppid()
getMchid()
getPayer()
void
setAmount
(TransactionAmount amount) void
void
void
setBankType
(String bankType) void
void
setOutTradeNo
(String outTradeNo) void
setPayer
(TransactionPayer payer) void
setPromotionDetail
(List<PromotionDetail> promotionDetail) void
setSuccessTime
(String successTime) void
setTradeState
(Transaction.TradeStateEnum tradeState) void
setTradeStateDesc
(String tradeStateDesc) void
setTradeType
(Transaction.TradeTypeEnum tradeType) void
setTransactionId
(String transactionId) toString()
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
getAmount
-
setAmount
-
getAppid
-
setAppid
-
getAttach
-
setAttach
-
getBankType
-
setBankType
-
getMchid
-
setMchid
-
getOutTradeNo
-
setOutTradeNo
-
getPayer
-
setPayer
-
getPromotionDetail
-
setPromotionDetail
-
getSuccessTime
-
setSuccessTime
-
getTradeState
-
setTradeState
-
getTradeStateDesc
-
setTradeStateDesc
-
getTradeType
-
setTradeType
-
getTransactionId
-
setTransactionId
-
toString
-