Class AcquirerTransactionDataEntry

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public class AcquirerTransactionDataEntry extends Object

Java class for AcquirerTransactionDataEntry complex type.

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

 <complexType name="AcquirerTransactionDataEntry">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String value
    • key

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String key
  • Constructor Details

    • AcquirerTransactionDataEntry

      public AcquirerTransactionDataEntry()
  • Method Details

    • getValue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getKey

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getKey()
      Gets the value of the key property.
      Returns:
      possible object is String
    • setKey

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setKey(String value)
      Sets the value of the key property.
      Parameters:
      value - allowed object is String