Class Action

java.lang.Object
com.pensio.api.generated.Action

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public class Action extends Object

Java class for Action complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Action">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Result" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MerchantErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CardHolderErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Transactions" type="{}Transactions" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • result

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String result
    • merchantErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String merchantErrorMessage
    • cardHolderErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String cardHolderErrorMessage
    • transactions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Transactions transactions
  • Constructor Details

    • Action

      public Action()
  • Method Details

    • getResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getResult()
      Gets the value of the result property.
      Returns:
      possible object is String
    • setResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setResult(String value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is String
    • getMerchantErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getMerchantErrorMessage()
      Gets the value of the merchantErrorMessage property.
      Returns:
      possible object is String
    • setMerchantErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setMerchantErrorMessage(String value)
      Sets the value of the merchantErrorMessage property.
      Parameters:
      value - allowed object is String
    • getCardHolderErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getCardHolderErrorMessage()
      Gets the value of the cardHolderErrorMessage property.
      Returns:
      possible object is String
    • setCardHolderErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setCardHolderErrorMessage(String value)
      Sets the value of the cardHolderErrorMessage property.
      Parameters:
      value - allowed object is String
    • getTransactions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Transactions getTransactions()
      Gets the value of the transactions property.
      Returns:
      possible object is Transactions
    • setTransactions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setTransactions(Transactions value)
      Sets the value of the transactions property.
      Parameters:
      value - allowed object is Transactions