net.authorize.api.contract.v1
Class TransactionResponse.SecureAcceptance

java.lang.Object
  extended by 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String payerID
           
protected  String secureAcceptanceUrl
           
 
Constructor Summary
TransactionResponse.SecureAcceptance()
           
 
Method Summary
 String getPayerID()
          Gets the value of the payerID property.
 String getSecureAcceptanceUrl()
          Gets the value of the secureAcceptanceUrl property.
 void setPayerID(String value)
          Sets the value of the payerID property.
 void setSecureAcceptanceUrl(String value)
          Sets the value of the secureAcceptanceUrl property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

secureAcceptanceUrl

protected String secureAcceptanceUrl

payerID

protected String payerID
Constructor Detail

TransactionResponse.SecureAcceptance

public TransactionResponse.SecureAcceptance()
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 is String

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 is String


Copyright © 2014. All Rights Reserved.