Class 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 Detail

      • secureAcceptanceUrl

        protected String secureAcceptanceUrl
      • payerID

        protected String payerID
      • payerEmail

        protected String payerEmail
    • Constructor Detail

      • SecureAcceptance

        public 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
      • getPayerEmail

        public String getPayerEmail()
        Gets the value of the payerEmail property.
        Returns:
        possible object is String
      • setPayerEmail

        public void setPayerEmail​(String value)
        Sets the value of the payerEmail property.
        Parameters:
        value - allowed object is String