Class PaymentMethod

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

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

Java class for paymentMethod complex type.

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

 <complexType name="paymentMethod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="numberOfInstallments" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • type

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

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

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

    • PaymentMethod

      public PaymentMethod()
  • Method Details

    • getType

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

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

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

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

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