public class

DoMobileCheckoutPaymentResponseDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.DoMobileCheckoutPaymentResponseDetailsType

Class Overview

Java class for DoMobileCheckoutPaymentResponseDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DoMobileCheckoutPaymentResponseDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Custom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvoiceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PayerInfo" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType"/>
         <element name="PaymentInfo" type="{urn:ebay:apis:eBLBaseComponents}PaymentInfoType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String custom
protected String invoiceID
protected PayerInfoType payerInfo
protected PaymentInfoType paymentInfo
Public Constructors
DoMobileCheckoutPaymentResponseDetailsType()
Public Methods
String getCustom()
Gets the value of the custom property.
String getInvoiceID()
Gets the value of the invoiceID property.
PayerInfoType getPayerInfo()
Gets the value of the payerInfo property.
PaymentInfoType getPaymentInfo()
Gets the value of the paymentInfo property.
void setCustom(String value)
Sets the value of the custom property.
void setInvoiceID(String value)
Sets the value of the invoiceID property.
void setPayerInfo(PayerInfoType value)
Sets the value of the payerInfo property.
void setPaymentInfo(PaymentInfoType value)
Sets the value of the paymentInfo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String custom

protected String invoiceID

protected PayerInfoType payerInfo

protected PaymentInfoType paymentInfo

Public Constructors

public DoMobileCheckoutPaymentResponseDetailsType ()

Public Methods

public String getCustom ()

Gets the value of the custom property.

Returns
  • possible object is String

public String getInvoiceID ()

Gets the value of the invoiceID property.

Returns
  • possible object is String

public PayerInfoType getPayerInfo ()

Gets the value of the payerInfo property.

Returns

public PaymentInfoType getPaymentInfo ()

Gets the value of the paymentInfo property.

Returns

public void setCustom (String value)

Sets the value of the custom property.

Parameters
value Allowed object is String

public void setInvoiceID (String value)

Sets the value of the invoiceID property.

Parameters
value Allowed object is String

public void setPayerInfo (PayerInfoType value)

Sets the value of the payerInfo property.

Parameters
value Allowed object is PayerInfoType

public void setPaymentInfo (PaymentInfoType value)

Sets the value of the paymentInfo property.

Parameters
value Allowed object is PaymentInfoType