Package com.pensio.api.generated
Class ChargebackEvent
java.lang.Object
com.pensio.api.generated.ChargebackEvent
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.8",
date="2025-03-12T05:07:39Z")
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acquirerTransactionId property.Gets the value of the additionalInfo property.Gets the value of the amount property.Gets the value of the currency property.getDate()Gets the value of the date property.Gets the value of the reason property.Gets the value of the reasonCode property.getType()Gets the value of the type property.voidsetAcquirerTransactionId(String value) Sets the value of the acquirerTransactionId property.voidsetAdditionalInfo(String value) Sets the value of the additionalInfo property.voidSets the value of the amount property.voidsetCurrency(String value) Sets the value of the currency property.voidSets the value of the date property.voidSets the value of the reason property.voidsetReasonCode(String value) Sets the value of the reasonCode property.voidSets the value of the type property.
-
Field Details
-
date
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String date -
type
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String type -
reasonCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String reasonCode -
reason
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String reason -
amount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String amount -
currency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String currency -
acquirerTransactionId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String acquirerTransactionId -
additionalInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String additionalInfo
-
-
Constructor Details
-
ChargebackEvent
public ChargebackEvent()
-
-
Method Details
-
getDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") public void setDate(String value) Sets the value of the date property.- Parameters:
value- allowed object isString
-
getType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") public void setType(String value) Sets the value of the type property.- Parameters:
value- allowed object isString
-
getReasonCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") public void setReasonCode(String value) Sets the value of the reasonCode property.- Parameters:
value- allowed object isString
-
getReason
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") public void setReason(String value) Sets the value of the reason property.- Parameters:
value- allowed object isString
-
getAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") public void setAmount(String value) Sets the value of the amount property.- Parameters:
value- allowed object isString
-
getCurrency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") public void setCurrency(String value) Sets the value of the currency property.- Parameters:
value- allowed object isString
-
getAcquirerTransactionId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") public void setAcquirerTransactionId(String value) Sets the value of the acquirerTransactionId property.- Parameters:
value- allowed object isString
-
getAdditionalInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") public void setAdditionalInfo(String value) Sets the value of the additionalInfo property.- Parameters:
value- allowed object isString
-