Package net.authorize.api.contract.v1
Class TransactionResponse.SecureAcceptance
- java.lang.Object
-
- net.authorize.api.contract.v1.TransactionResponse.SecureAcceptance
-
- Enclosing class:
- TransactionResponse
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
payerEmail
protected String
payerID
protected String
secureAcceptanceUrl
-
Constructor Summary
Constructors Constructor Description SecureAcceptance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getSecureAcceptanceUrl
public String getSecureAcceptanceUrl()
Gets the value of the secureAcceptanceUrl property.- Returns:
- possible object is
String
-
setSecureAcceptanceUrl
public void setSecureAcceptanceUrl(String value)
Sets the value of the secureAcceptanceUrl property.- Parameters:
value
- allowed object isString
-
getPayerID
public String getPayerID()
Gets the value of the payerID property.- Returns:
- possible object is
String
-
setPayerID
public void setPayerID(String value)
Sets the value of the payerID property.- Parameters:
value
- allowed object isString
-
getPayerEmail
public String getPayerEmail()
Gets the value of the payerEmail property.- Returns:
- possible object is
String
-
-