Class PaymentNatureService

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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 Details

    • supportsRefunds

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

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

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

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

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

    • PaymentNatureService

      public PaymentNatureService()
  • Method Details

    • getSupportsRefunds

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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 v3.0.2", date="2026-06-04T12:18:59Z") public void setSupportsRefunds(String value)
      Sets the value of the supportsRefunds property.
      Parameters:
      value - allowed object is String
    • getSupportsRelease

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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 v3.0.2", date="2026-06-04T12:18:59Z") public void setSupportsRelease(String value)
      Sets the value of the supportsRelease property.
      Parameters:
      value - allowed object is String
    • getSupportsMultipleCaptures

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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 v3.0.2", date="2026-06-04T12:18:59Z") public void setSupportsMultipleCaptures(String value)
      Sets the value of the supportsMultipleCaptures property.
      Parameters:
      value - allowed object is String
    • getSupportsMultipleRefunds

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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 v3.0.2", date="2026-06-04T12:18:59Z") public void setSupportsMultipleRefunds(String value)
      Sets the value of the supportsMultipleRefunds property.
      Parameters:
      value - allowed object is String
    • getName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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 v3.0.2", date="2026-06-04T12:18:59Z") public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String