Class AlipayRawDirectPayNotification
java.lang.Object
de.hybris.platform.chinesepspalipayservices.data.AlipayRawDirectPayNotification
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()doubledoublegetPrice()longgetSign()doublevoidvoidsetBuyerEmail(String buyerEmail) voidsetBuyerId(String buyerId) voidsetDiscount(double discount) voidsetExtraCommonParam(String extraCommonParam) voidsetGmtClose(String gmtClose) voidsetGmtCreate(String gmtCreate) voidsetGmtPayment(String gmtPayment) voidsetGmtRefund(String gmtRefund) voidsetIsTotalFeeAdjust(String isTotalFeeAdjust) voidsetNotifyId(String notifyId) voidsetNotifyTime(String notifyTime) voidsetNotifyType(String notifyType) voidsetOutChannelAmount(String outChannelAmount) voidsetOutChannelType(String outChannelType) voidsetOutTradeNo(String outTradeNo) voidsetPaymentType(String paymentType) voidsetPrice(double price) voidsetQuantity(long quantity) voidsetRefundStatus(String refundStatus) voidsetSellerEmail(String sellerEmail) voidsetSellerId(String sellerId) voidvoidsetSignType(String signType) voidsetSubject(String subject) voidsetTotalFee(double totalFee) voidsetTradeNo(String tradeNo) voidsetTradeStatus(String tradeStatus) voidsetUseCoupon(String useCoupon)
-
Constructor Details
-
AlipayRawDirectPayNotification
public AlipayRawDirectPayNotification()
-
-
Method Details
-
setNotifyTime
-
getNotifyTime
-
setNotifyType
-
getNotifyType
-
setNotifyId
-
getNotifyId
-
setSignType
-
getSignType
-
setSign
-
getSign
-
setOutTradeNo
-
getOutTradeNo
-
setSubject
-
getSubject
-
setPaymentType
-
getPaymentType
-
setTradeNo
-
getTradeNo
-
setTradeStatus
-
getTradeStatus
-
setGmtCreate
-
getGmtCreate
-
setGmtPayment
-
getGmtPayment
-
setGmtClose
-
getGmtClose
-
setRefundStatus
-
getRefundStatus
-
setGmtRefund
-
getGmtRefund
-
setSellerEmail
-
getSellerEmail
-
setBuyerEmail
-
getBuyerEmail
-
setSellerId
-
getSellerId
-
setBuyerId
-
getBuyerId
-
setPrice
public void setPrice(double price) -
getPrice
public double getPrice() -
setTotalFee
public void setTotalFee(double totalFee) -
getTotalFee
public double getTotalFee() -
setQuantity
public void setQuantity(long quantity) -
getQuantity
public long getQuantity() -
setBody
-
getBody
-
setDiscount
public void setDiscount(double discount) -
getDiscount
public double getDiscount() -
setIsTotalFeeAdjust
-
getIsTotalFeeAdjust
-
setUseCoupon
-
getUseCoupon
-
setExtraCommonParam
-
getExtraCommonParam
-
setOutChannelType
-
getOutChannelType
-
setOutChannelAmount
-
getOutChannelAmount
-