Class ChargebackEvent

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public class ChargebackEvent extends Object

Java class for ChargebackEvent complex type.

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

 <complexType name="ChargebackEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Date" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ReasonCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Currency" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="AcquirerTransactionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="AdditionalInfo" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • date

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String date
    • type

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String type
    • reasonCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String reasonCode
    • reason

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String reason
    • amount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String amount
    • currency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String currency
    • acquirerTransactionId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String acquirerTransactionId
    • additionalInfo

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String additionalInfo
  • Constructor Details

    • ChargebackEvent

      public ChargebackEvent()
  • Method Details

    • getDate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getDate()
      Gets the value of the date property.
      Returns:
      possible object is String
    • setDate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setDate(String value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is String
    • getType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getReasonCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getReasonCode()
      Gets the value of the reasonCode property.
      Returns:
      possible object is String
    • setReasonCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setReasonCode(String value)
      Sets the value of the reasonCode property.
      Parameters:
      value - allowed object is String
    • getReason

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getReason()
      Gets the value of the reason property.
      Returns:
      possible object is String
    • setReason

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setReason(String value)
      Sets the value of the reason property.
      Parameters:
      value - allowed object is String
    • getAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is String
    • setAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setAmount(String value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is String
    • getCurrency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is String
    • setCurrency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setCurrency(String value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is String
    • getAcquirerTransactionId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getAcquirerTransactionId()
      Gets the value of the acquirerTransactionId property.
      Returns:
      possible object is String
    • setAcquirerTransactionId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setAcquirerTransactionId(String value)
      Sets the value of the acquirerTransactionId property.
      Parameters:
      value - allowed object is String
    • getAdditionalInfo

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getAdditionalInfo()
      Gets the value of the additionalInfo property.
      Returns:
      possible object is String
    • setAdditionalInfo

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setAdditionalInfo(String value)
      Sets the value of the additionalInfo property.
      Parameters:
      value - allowed object is String