public class DoMobileCheckoutPaymentResponseDetailsType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
custom |
protected java.lang.String |
invoiceID |
protected PayerInfoType |
payerInfo |
protected PaymentInfoType |
paymentInfo |
Constructor and Description |
---|
DoMobileCheckoutPaymentResponseDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom()
Gets the value of the custom property.
|
java.lang.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(java.lang.String value)
Sets the value of the custom property.
|
void |
setInvoiceID(java.lang.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.
|
protected java.lang.String custom
protected java.lang.String invoiceID
protected PayerInfoType payerInfo
protected PaymentInfoType paymentInfo
public DoMobileCheckoutPaymentResponseDetailsType()
public java.lang.String getCustom()
String
public void setCustom(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getInvoiceID()
String
public void setInvoiceID(java.lang.String value)
value
- the value
allowed object is
String
public PayerInfoType getPayerInfo()
PayerInfoType
public void setPayerInfo(PayerInfoType value)
value
- the value
allowed object is
PayerInfoType
public PaymentInfoType getPaymentInfo()
PaymentInfoType
public void setPaymentInfo(PaymentInfoType value)
value
- the value
allowed object is
PaymentInfoType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.