public static class TransactionResponse.SecureAcceptance
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SecureAcceptanceUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PayerID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PayerEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
payerEmail |
protected java.lang.String |
payerID |
protected java.lang.String |
secureAcceptanceUrl |
Constructor and Description |
---|
TransactionResponse.SecureAcceptance() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPayerEmail()
Gets the value of the payerEmail property.
|
java.lang.String |
getPayerID()
Gets the value of the payerID property.
|
java.lang.String |
getSecureAcceptanceUrl()
Gets the value of the secureAcceptanceUrl property.
|
void |
setPayerEmail(java.lang.String value)
Sets the value of the payerEmail property.
|
void |
setPayerID(java.lang.String value)
Sets the value of the payerID property.
|
void |
setSecureAcceptanceUrl(java.lang.String value)
Sets the value of the secureAcceptanceUrl property.
|
protected java.lang.String secureAcceptanceUrl
protected java.lang.String payerID
protected java.lang.String payerEmail
public TransactionResponse.SecureAcceptance()
public java.lang.String getSecureAcceptanceUrl()
String
public void setSecureAcceptanceUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPayerID()
String
public void setPayerID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPayerEmail()
String
public void setPayerEmail(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All Rights Reserved.