public static class TransactionResponse.SecureAcceptance extends 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 String |
payerEmail |
protected String |
payerID |
protected String |
secureAcceptanceUrl |
Constructor and Description |
---|
SecureAcceptance() |
Modifier and Type | Method and Description |
---|---|
String |
getPayerEmail()
Gets the value of the payerEmail property.
|
String |
getPayerID()
Gets the value of the payerID property.
|
String |
getSecureAcceptanceUrl()
Gets the value of the secureAcceptanceUrl property.
|
void |
setPayerEmail(String value)
Sets the value of the payerEmail property.
|
void |
setPayerID(String value)
Sets the value of the payerID property.
|
void |
setSecureAcceptanceUrl(String value)
Sets the value of the secureAcceptanceUrl property.
|
protected String secureAcceptanceUrl
protected String payerID
protected String payerEmail
public String getSecureAcceptanceUrl()
String
public void setSecureAcceptanceUrl(String value)
value
- allowed object is
String
public String getPayerID()
String
public void setPayerID(String value)
value
- allowed object is
String
public String getPayerEmail()
String
Copyright © 2021. All rights reserved.