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 StringpayerEmailprotected StringpayerIDprotected StringsecureAcceptanceUrl
-
Constructor Summary
Constructors Constructor Description SecureAcceptance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPayerEmail()Gets the value of the payerEmail property.StringgetPayerID()Gets the value of the payerID property.StringgetSecureAcceptanceUrl()Gets the value of the secureAcceptanceUrl property.voidsetPayerEmail(String value)Sets the value of the payerEmail property.voidsetPayerID(String value)Sets the value of the payerID property.voidsetSecureAcceptanceUrl(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
-
-