Package com.pensio.api.generated
Class PaymentMethod
java.lang.Object
com.pensio.api.generated.PaymentMethod
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-12-10T09:47:46Z")
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the numberOfInstallments property.getType()Gets the value of the type property.voidsetDescription(String value) Sets the value of the description property.voidsetNumberOfInstallments(String value) Sets the value of the numberOfInstallments property.voidSets the value of the type property.
-
Field Details
-
type
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String type -
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String description -
numberOfInstallments
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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="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 isString
-
getDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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="2025-12-10T09:47:46Z") public void setDescription(String value) Sets the value of the description property.- Parameters:
value- allowed object isString
-
getNumberOfInstallments
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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="2025-12-10T09:47:46Z") public void setNumberOfInstallments(String value) Sets the value of the numberOfInstallments property.- Parameters:
value- allowed object isString
-