Package com.pensio.api.generated
Class PaymentNatureService
java.lang.Object
com.pensio.api.generated.PaymentNatureService
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.8",
date="2025-03-12T05:07:39Z")
public class PaymentNatureService
extends Object
Java class for PaymentNatureService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentNatureService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="SupportsRefunds">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="false"/>
</restriction>
</simpleType>
</element>
<element name="SupportsRelease">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="false"/>
</restriction>
</simpleType>
</element>
<element name="SupportsMultipleCaptures">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="false"/>
</restriction>
</simpleType>
</element>
<element name="SupportsMultipleRefunds">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="false"/>
</restriction>
</simpleType>
</element>
</all>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the supportsMultipleCaptures property.Gets the value of the supportsMultipleRefunds property.Gets the value of the supportsRefunds property.Gets the value of the supportsRelease property.voidSets the value of the name property.voidSets the value of the supportsMultipleCaptures property.voidsetSupportsMultipleRefunds(String value) Sets the value of the supportsMultipleRefunds property.voidsetSupportsRefunds(String value) Sets the value of the supportsRefunds property.voidsetSupportsRelease(String value) Sets the value of the supportsRelease property.
-
Field Details
-
supportsRefunds
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String supportsRefunds -
supportsRelease
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String supportsRelease -
supportsMultipleCaptures
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String supportsMultipleCaptures -
supportsMultipleRefunds
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String supportsMultipleRefunds -
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String name
-
-
Constructor Details
-
PaymentNatureService
public PaymentNatureService()
-
-
Method Details
-
getSupportsRefunds
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getSupportsRefunds()Gets the value of the supportsRefunds property.- Returns:
- possible object is
String
-
setSupportsRefunds
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setSupportsRefunds(String value) Sets the value of the supportsRefunds property.- Parameters:
value- allowed object isString
-
getSupportsRelease
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getSupportsRelease()Gets the value of the supportsRelease property.- Returns:
- possible object is
String
-
setSupportsRelease
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setSupportsRelease(String value) Sets the value of the supportsRelease property.- Parameters:
value- allowed object isString
-
getSupportsMultipleCaptures
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getSupportsMultipleCaptures()Gets the value of the supportsMultipleCaptures property.- Returns:
- possible object is
String
-
setSupportsMultipleCaptures
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setSupportsMultipleCaptures(String value) Sets the value of the supportsMultipleCaptures property.- Parameters:
value- allowed object isString
-
getSupportsMultipleRefunds
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getSupportsMultipleRefunds()Gets the value of the supportsMultipleRefunds property.- Returns:
- possible object is
String
-
setSupportsMultipleRefunds
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setSupportsMultipleRefunds(String value) Sets the value of the supportsMultipleRefunds property.- Parameters:
value- allowed object isString
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setName(String value) Sets the value of the name property.- Parameters:
value- allowed object isString
-