urn.ebay.apis.eBLBaseComponents
Class PaymentDetailsType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.PaymentDetailsType

public class PaymentDetailsType
extends Object

PaymentDetailsType Information about a payment. Used by DCC and Express Checkout.


Constructor Summary
PaymentDetailsType()
          Default Constructor
PaymentDetailsType(Node node)
           
 
Method Summary
 AllowedPaymentMethodType getAllowedPaymentMethod()
          Getter for allowedPaymentMethod
 Integer getBranchLevel()
          Getter for branchLevel
 String getButtonSource()
          Getter for buttonSource
 String getCustom()
          Getter for custom
 EnhancedPaymentDataType getEnhancedPaymentData()
          Getter for enhancedPaymentData
 AddressType getFulfillmentAddress()
          Getter for fulfillmentAddress
 String getFulfillmentReferenceNumber()
          Getter for fulfillmentReferenceNumber
 BasicAmountType getHandlingTotal()
          Getter for handlingTotal
 String getInsuranceOptionOffered()
          Getter for insuranceOptionOffered
 BasicAmountType getInsuranceTotal()
          Getter for insuranceTotal
 String getInvoiceID()
          Getter for invoiceID
 BasicAmountType getItemTotal()
          Getter for itemTotal
 String getNoteText()
          Getter for noteText
 String getNotifyURL()
          Getter for notifyURL
 OfferDetailsType getOfferDetails()
          Getter for offerDetails
 String getOrderDescription()
          Getter for orderDescription
 BasicAmountType getOrderTotal()
          Getter for orderTotal
 String getOrderURL()
          Getter for orderURL
 PaymentActionCodeType getPaymentAction()
          Getter for paymentAction
 PaymentCategoryType getPaymentCategoryType()
          Getter for paymentCategoryType
 List<PaymentDetailsItemType> getPaymentDetailsItem()
          Getter for paymentDetailsItem
 PaymentReasonType getPaymentReason()
          Getter for paymentReason
 String getPaymentRequestID()
          Getter for paymentRequestID
 String getProfileAddressChangeDate()
          Getter for profileAddressChangeDate
 RecurringFlagType getRecurring()
          Getter for recurring
 SellerDetailsType getSellerDetails()
          Getter for sellerDetails
 BasicAmountType getShippingDiscount()
          Getter for shippingDiscount
 ShippingServiceCodeType getShippingMethod()
          Getter for shippingMethod
 BasicAmountType getShippingTotal()
          Getter for shippingTotal
 AddressType getShipToAddress()
          Getter for shipToAddress
 String getSoftDescriptor()
          Getter for softDescriptor
 BasicAmountType getTaxTotal()
          Getter for taxTotal
 String getTransactionId()
          Getter for transactionId
 void setAllowedPaymentMethod(AllowedPaymentMethodType allowedPaymentMethod)
          Setter for allowedPaymentMethod
 void setBranchLevel(Integer branchLevel)
          Setter for branchLevel
 void setButtonSource(String buttonSource)
          Setter for buttonSource
 void setCustom(String custom)
          Setter for custom
 void setEnhancedPaymentData(EnhancedPaymentDataType enhancedPaymentData)
          Setter for enhancedPaymentData
 void setFulfillmentAddress(AddressType fulfillmentAddress)
          Setter for fulfillmentAddress
 void setFulfillmentReferenceNumber(String fulfillmentReferenceNumber)
          Setter for fulfillmentReferenceNumber
 void setHandlingTotal(BasicAmountType handlingTotal)
          Setter for handlingTotal
 void setInsuranceOptionOffered(String insuranceOptionOffered)
          Setter for insuranceOptionOffered
 void setInsuranceTotal(BasicAmountType insuranceTotal)
          Setter for insuranceTotal
 void setInvoiceID(String invoiceID)
          Setter for invoiceID
 void setItemTotal(BasicAmountType itemTotal)
          Setter for itemTotal
 void setNoteText(String noteText)
          Setter for noteText
 void setNotifyURL(String notifyURL)
          Setter for notifyURL
 void setOfferDetails(OfferDetailsType offerDetails)
          Setter for offerDetails
 void setOrderDescription(String orderDescription)
          Setter for orderDescription
 void setOrderTotal(BasicAmountType orderTotal)
          Setter for orderTotal
 void setOrderURL(String orderURL)
          Setter for orderURL
 void setPaymentAction(PaymentActionCodeType paymentAction)
          Setter for paymentAction
 void setPaymentCategoryType(PaymentCategoryType paymentCategoryType)
          Setter for paymentCategoryType
 void setPaymentDetailsItem(List<PaymentDetailsItemType> paymentDetailsItem)
          Setter for paymentDetailsItem
 void setPaymentReason(PaymentReasonType paymentReason)
          Setter for paymentReason
 void setPaymentRequestID(String paymentRequestID)
          Setter for paymentRequestID
 void setProfileAddressChangeDate(String profileAddressChangeDate)
          Setter for profileAddressChangeDate
 void setRecurring(RecurringFlagType recurring)
          Setter for recurring
 void setSellerDetails(SellerDetailsType sellerDetails)
          Setter for sellerDetails
 void setShippingDiscount(BasicAmountType shippingDiscount)
          Setter for shippingDiscount
 void setShippingMethod(ShippingServiceCodeType shippingMethod)
          Setter for shippingMethod
 void setShippingTotal(BasicAmountType shippingTotal)
          Setter for shippingTotal
 void setShipToAddress(AddressType shipToAddress)
          Setter for shipToAddress
 void setSoftDescriptor(String softDescriptor)
          Setter for softDescriptor
 void setTaxTotal(BasicAmountType taxTotal)
          Setter for taxTotal
 void setTransactionId(String transactionId)
          Setter for transactionId
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentDetailsType

public PaymentDetailsType()
Default Constructor


PaymentDetailsType

public PaymentDetailsType(Node node)
                   throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getOrderTotal

public BasicAmountType getOrderTotal()
Getter for orderTotal


setOrderTotal

public void setOrderTotal(BasicAmountType orderTotal)
Setter for orderTotal


getItemTotal

public BasicAmountType getItemTotal()
Getter for itemTotal


setItemTotal

public void setItemTotal(BasicAmountType itemTotal)
Setter for itemTotal


getShippingTotal

public BasicAmountType getShippingTotal()
Getter for shippingTotal


setShippingTotal

public void setShippingTotal(BasicAmountType shippingTotal)
Setter for shippingTotal


getHandlingTotal

public BasicAmountType getHandlingTotal()
Getter for handlingTotal


setHandlingTotal

public void setHandlingTotal(BasicAmountType handlingTotal)
Setter for handlingTotal


getTaxTotal

public BasicAmountType getTaxTotal()
Getter for taxTotal


setTaxTotal

public void setTaxTotal(BasicAmountType taxTotal)
Setter for taxTotal


getOrderDescription

public String getOrderDescription()
Getter for orderDescription


setOrderDescription

public void setOrderDescription(String orderDescription)
Setter for orderDescription


getCustom

public String getCustom()
Getter for custom


setCustom

public void setCustom(String custom)
Setter for custom


getInvoiceID

public String getInvoiceID()
Getter for invoiceID


setInvoiceID

public void setInvoiceID(String invoiceID)
Setter for invoiceID


getButtonSource

public String getButtonSource()
Getter for buttonSource


setButtonSource

public void setButtonSource(String buttonSource)
Setter for buttonSource


getNotifyURL

public String getNotifyURL()
Getter for notifyURL


setNotifyURL

public void setNotifyURL(String notifyURL)
Setter for notifyURL


getShipToAddress

public AddressType getShipToAddress()
Getter for shipToAddress


setShipToAddress

public void setShipToAddress(AddressType shipToAddress)
Setter for shipToAddress


getFulfillmentReferenceNumber

public String getFulfillmentReferenceNumber()
Getter for fulfillmentReferenceNumber


setFulfillmentReferenceNumber

public void setFulfillmentReferenceNumber(String fulfillmentReferenceNumber)
Setter for fulfillmentReferenceNumber


getFulfillmentAddress

public AddressType getFulfillmentAddress()
Getter for fulfillmentAddress


setFulfillmentAddress

public void setFulfillmentAddress(AddressType fulfillmentAddress)
Setter for fulfillmentAddress


getPaymentCategoryType

public PaymentCategoryType getPaymentCategoryType()
Getter for paymentCategoryType


setPaymentCategoryType

public void setPaymentCategoryType(PaymentCategoryType paymentCategoryType)
Setter for paymentCategoryType


getShippingMethod

public ShippingServiceCodeType getShippingMethod()
Getter for shippingMethod


setShippingMethod

public void setShippingMethod(ShippingServiceCodeType shippingMethod)
Setter for shippingMethod


getProfileAddressChangeDate

public String getProfileAddressChangeDate()
Getter for profileAddressChangeDate


setProfileAddressChangeDate

public void setProfileAddressChangeDate(String profileAddressChangeDate)
Setter for profileAddressChangeDate


getPaymentDetailsItem

public List<PaymentDetailsItemType> getPaymentDetailsItem()
Getter for paymentDetailsItem


setPaymentDetailsItem

public void setPaymentDetailsItem(List<PaymentDetailsItemType> paymentDetailsItem)
Setter for paymentDetailsItem


getInsuranceTotal

public BasicAmountType getInsuranceTotal()
Getter for insuranceTotal


setInsuranceTotal

public void setInsuranceTotal(BasicAmountType insuranceTotal)
Setter for insuranceTotal


getShippingDiscount

public BasicAmountType getShippingDiscount()
Getter for shippingDiscount


setShippingDiscount

public void setShippingDiscount(BasicAmountType shippingDiscount)
Setter for shippingDiscount


getInsuranceOptionOffered

public String getInsuranceOptionOffered()
Getter for insuranceOptionOffered


setInsuranceOptionOffered

public void setInsuranceOptionOffered(String insuranceOptionOffered)
Setter for insuranceOptionOffered


getAllowedPaymentMethod

public AllowedPaymentMethodType getAllowedPaymentMethod()
Getter for allowedPaymentMethod


setAllowedPaymentMethod

public void setAllowedPaymentMethod(AllowedPaymentMethodType allowedPaymentMethod)
Setter for allowedPaymentMethod


getEnhancedPaymentData

public EnhancedPaymentDataType getEnhancedPaymentData()
Getter for enhancedPaymentData


setEnhancedPaymentData

public void setEnhancedPaymentData(EnhancedPaymentDataType enhancedPaymentData)
Setter for enhancedPaymentData


getSellerDetails

public SellerDetailsType getSellerDetails()
Getter for sellerDetails


setSellerDetails

public void setSellerDetails(SellerDetailsType sellerDetails)
Setter for sellerDetails


getNoteText

public String getNoteText()
Getter for noteText


setNoteText

public void setNoteText(String noteText)
Setter for noteText


getTransactionId

public String getTransactionId()
Getter for transactionId


setTransactionId

public void setTransactionId(String transactionId)
Setter for transactionId


getPaymentAction

public PaymentActionCodeType getPaymentAction()
Getter for paymentAction


setPaymentAction

public void setPaymentAction(PaymentActionCodeType paymentAction)
Setter for paymentAction


getPaymentRequestID

public String getPaymentRequestID()
Getter for paymentRequestID


setPaymentRequestID

public void setPaymentRequestID(String paymentRequestID)
Setter for paymentRequestID


getOrderURL

public String getOrderURL()
Getter for orderURL


setOrderURL

public void setOrderURL(String orderURL)
Setter for orderURL


getSoftDescriptor

public String getSoftDescriptor()
Getter for softDescriptor


setSoftDescriptor

public void setSoftDescriptor(String softDescriptor)
Setter for softDescriptor


getBranchLevel

public Integer getBranchLevel()
Getter for branchLevel


setBranchLevel

public void setBranchLevel(Integer branchLevel)
Setter for branchLevel


getOfferDetails

public OfferDetailsType getOfferDetails()
Getter for offerDetails


setOfferDetails

public void setOfferDetails(OfferDetailsType offerDetails)
Setter for offerDetails


getRecurring

public RecurringFlagType getRecurring()
Getter for recurring


setRecurring

public void setRecurring(RecurringFlagType recurring)
Setter for recurring


getPaymentReason

public PaymentReasonType getPaymentReason()
Getter for paymentReason


setPaymentReason

public void setPaymentReason(PaymentReasonType paymentReason)
Setter for paymentReason


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.