com.mikeblanton.paypal
Class PayPalPDTData
java.lang.Object
|
+--com.mikeblanton.paypal.PayPalData
|
+--com.mikeblanton.paypal.PayPalPDTData
- public class PayPalPDTData
- extends PayPalData
Extension class of PayPalData that contains PDT-specific transaction fields. See the PayPal
Integration Manual for a detailed description of these fields.
- Version:
- $Revision: 1.2 $
- Author:
- Michael Blanton
- See Also:
PayPalData
|
Method Summary |
java.lang.String |
getAmt()
Returns the value of the PayPal field amt |
java.lang.String |
getCc()
Returns the value of the PayPal field cc |
java.lang.String |
getCm()
Returns the value of the PayPal field cm |
java.lang.String |
getSt()
Returns the value of the PayPal field st |
java.lang.String |
getTx()
Returns the value of the PayPal field tx |
| Methods inherited from class com.mikeblanton.paypal.PayPalData |
getAddressCity, getAddressCountry, getAddressName, getAddressState, getAddressStatus, getAddressStreet, getAddressZip, getAuctionBuyerId, getAuctionClosingDate, getAuctionMultiItem, getBusiness, getCustom, getExchangeRate, getFirstName, getForAuction, getInvoice, getItemName, getItemName, getItemNumber, getItemNumber, getLastName, getMassPayTxnId, getMcCurrency, getMcFee, getMcGross, getMcGross, getMcHandling, getMcHandling, getMcShipping, getMcShipping, getMcTax, getMemo, getNote, getNumCartItems, getOptionName, getOptionSelection, getParentTxnId, getPayerBusinessName, getPayerEmail, getPayerId, getPayerStatus, getPaymentDate, getPaymentFee, getPaymentFee, getPaymentGoss, getPaymentGross, getPaymentStatus, getPaymentType, getPaymnetGross, getPendingReason, getQuantity, getQuantity, getReasonCode, getReceiverEmail, getReceiverEmail, getReceiverId, getSettleAmount, getSettleCurrency, getStatus, getTax, getTax, getTransactionId, getTxnId, getTxnType, getUniqueId, getValue, getVerifySign, isValid, setValid, setValue, toDetailedString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PayPalPDTData
public PayPalPDTData()
PayPalPDTData
public PayPalPDTData(java.io.InputStream _dataStream)
throws java.io.IOException,
PayPalException
- Parameters:
_dataStream - - Throws:
java.io.IOException - PayPalException -
PayPalPDTData
public PayPalPDTData(java.io.InputStream _dataStream,
java.util.Map _requestMap)
throws java.io.IOException,
PayPalException
getTx
public java.lang.String getTx()
- Returns the value of the PayPal field
tx
- Returns:
-
getSt
public java.lang.String getSt()
- Returns the value of the PayPal field
st
- Returns:
-
getAmt
public java.lang.String getAmt()
- Returns the value of the PayPal field
amt
- Returns:
-
getCc
public java.lang.String getCc()
- Returns the value of the PayPal field
cc
- Returns:
-
getCm
public java.lang.String getCm()
- Returns the value of the PayPal field
cm
- Returns:
-