org.broadleafcommerce.vendor.paypal.service.payment.message.payment
Class PayPalPaymentInfo
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.message.payment.PayPalPaymentInfo
- All Implemented Interfaces:
- java.io.Serializable
public class PayPalPaymentInfo
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Jeff Fischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
transactionId
protected java.lang.String transactionId
paymentType
protected PayPalPaymentType paymentType
orderTime
protected java.util.Date orderTime
totalAmount
protected org.broadleafcommerce.common.money.Money totalAmount
currencyCode
protected java.lang.String currencyCode
feeAmount
protected org.broadleafcommerce.common.money.Money feeAmount
settleAmount
protected org.broadleafcommerce.common.money.Money settleAmount
taxAmount
protected org.broadleafcommerce.common.money.Money taxAmount
exchangeRate
protected java.math.BigDecimal exchangeRate
paymentStatusType
protected PayPalPaymentStatusType paymentStatusType
pendingReasonType
protected PayPalPendingReasonType pendingReasonType
reasonCodeType
protected PayPalReasonCodeType reasonCodeType
holdDecisionType
protected PayPalHoldDecisionType holdDecisionType
paymentRequestId
protected java.lang.String paymentRequestId
parentTransactionId
protected java.lang.String parentTransactionId
receiptId
protected java.lang.String receiptId
PayPalPaymentInfo
public PayPalPaymentInfo()
getCurrencyCode
public java.lang.String getCurrencyCode()
setCurrencyCode
public void setCurrencyCode(java.lang.String currencyCode)
getExchangeRate
public java.math.BigDecimal getExchangeRate()
setExchangeRate
public void setExchangeRate(java.math.BigDecimal exchangeRate)
getFeeAmount
public org.broadleafcommerce.common.money.Money getFeeAmount()
setFeeAmount
public void setFeeAmount(org.broadleafcommerce.common.money.Money feeAmount)
getHoldDecisionType
public PayPalHoldDecisionType getHoldDecisionType()
setHoldDecisionType
public void setHoldDecisionType(PayPalHoldDecisionType holdDecisionType)
getOrderTime
public java.util.Date getOrderTime()
setOrderTime
public void setOrderTime(java.util.Date orderTime)
getPaymentRequestId
public java.lang.String getPaymentRequestId()
setPaymentRequestId
public void setPaymentRequestId(java.lang.String paymentRequestId)
getPaymentStatusType
public PayPalPaymentStatusType getPaymentStatusType()
setPaymentStatusType
public void setPaymentStatusType(PayPalPaymentStatusType paymentStatusType)
getPaymentType
public PayPalPaymentType getPaymentType()
setPaymentType
public void setPaymentType(PayPalPaymentType paymentType)
getPendingReasonType
public PayPalPendingReasonType getPendingReasonType()
setPendingReasonType
public void setPendingReasonType(PayPalPendingReasonType pendingReasonType)
getReasonCodeType
public PayPalReasonCodeType getReasonCodeType()
setReasonCodeType
public void setReasonCodeType(PayPalReasonCodeType reasonCodeType)
getSettleAmount
public org.broadleafcommerce.common.money.Money getSettleAmount()
setSettleAmount
public void setSettleAmount(org.broadleafcommerce.common.money.Money settleAmount)
getTaxAmount
public org.broadleafcommerce.common.money.Money getTaxAmount()
setTaxAmount
public void setTaxAmount(org.broadleafcommerce.common.money.Money taxAmount)
getTotalAmount
public org.broadleafcommerce.common.money.Money getTotalAmount()
setTotalAmount
public void setTotalAmount(org.broadleafcommerce.common.money.Money totalAmount)
getTransactionId
public java.lang.String getTransactionId()
setTransactionId
public void setTransactionId(java.lang.String transactionId)
getParentTransactionId
public java.lang.String getParentTransactionId()
setParentTransactionId
public void setParentTransactionId(java.lang.String parentTransactionId)
getReceiptId
public java.lang.String getReceiptId()
setReceiptId
public void setReceiptId(java.lang.String receiptId)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2012. All Rights Reserved.