Class Terminal

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public class Terminal extends Object

Java class for Terminal complex type.

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

 <complexType name="Terminal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ShopName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Country" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="PrimaryMethod" type="{}PrimaryMethod" minOccurs="0"/>
         <element name="Products" type="{}Products" minOccurs="0"/>
         <element name="Natures" type="{}Natures" minOccurs="0"/>
         <element name="Currencies" type="{}Currencies" minOccurs="0"/>
         <element name="Methods" type="{}Methods" minOccurs="0"/>
         <element name="MethodConfigurations" type="{}MethodConfigurations" minOccurs="0"/>
         <element name="MerchantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CanUseCredit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CanIssueNewCredit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="LogoUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Translations" type="{}Translations" minOccurs="0"/>
         <element name="FormTemplates" type="{}FormTemplates" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • title

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String title
    • shopName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String shopName
    • country

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String country
    • primaryMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected PrimaryMethod primaryMethod
    • products

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Products products
    • natures

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Natures natures
    • currencies

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Currencies currencies
    • methods

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Methods methods
    • methodConfigurations

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected MethodConfigurations methodConfigurations
    • merchantId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String merchantId
    • canUseCredit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Boolean canUseCredit
    • canIssueNewCredit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Boolean canIssueNewCredit
    • logoUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String logoUrl
    • translations

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Translations translations
    • formTemplates

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected FormTemplates formTemplates
  • Constructor Details

    • Terminal

      public Terminal()
  • Method Details

    • getTitle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setTitle(String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String
    • getShopName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getShopName()
      Gets the value of the shopName property.
      Returns:
      possible object is String
    • setShopName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setShopName(String value)
      Sets the value of the shopName property.
      Parameters:
      value - allowed object is String
    • getCountry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getCountry()
      Gets the value of the country property.
      Returns:
      possible object is String
    • setCountry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setCountry(String value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is String
    • getPrimaryMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public PrimaryMethod getPrimaryMethod()
      Gets the value of the primaryMethod property.
      Returns:
      possible object is PrimaryMethod
    • setPrimaryMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setPrimaryMethod(PrimaryMethod value)
      Sets the value of the primaryMethod property.
      Parameters:
      value - allowed object is PrimaryMethod
    • getProducts

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public Products getProducts()
      Gets the value of the products property.
      Returns:
      possible object is Products
    • setProducts

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setProducts(Products value)
      Sets the value of the products property.
      Parameters:
      value - allowed object is Products
    • getNatures

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public Natures getNatures()
      Gets the value of the natures property.
      Returns:
      possible object is Natures
    • setNatures

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setNatures(Natures value)
      Sets the value of the natures property.
      Parameters:
      value - allowed object is Natures
    • getCurrencies

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public Currencies getCurrencies()
      Gets the value of the currencies property.
      Returns:
      possible object is Currencies
    • setCurrencies

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setCurrencies(Currencies value)
      Sets the value of the currencies property.
      Parameters:
      value - allowed object is Currencies
    • getMethods

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public Methods getMethods()
      Gets the value of the methods property.
      Returns:
      possible object is Methods
    • setMethods

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setMethods(Methods value)
      Sets the value of the methods property.
      Parameters:
      value - allowed object is Methods
    • getMethodConfigurations

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public MethodConfigurations getMethodConfigurations()
      Gets the value of the methodConfigurations property.
      Returns:
      possible object is MethodConfigurations
    • setMethodConfigurations

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setMethodConfigurations(MethodConfigurations value)
      Sets the value of the methodConfigurations property.
      Parameters:
      value - allowed object is MethodConfigurations
    • getMerchantId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getMerchantId()
      Gets the value of the merchantId property.
      Returns:
      possible object is String
    • setMerchantId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setMerchantId(String value)
      Sets the value of the merchantId property.
      Parameters:
      value - allowed object is String
    • isCanUseCredit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public Boolean isCanUseCredit()
      Gets the value of the canUseCredit property.
      Returns:
      possible object is Boolean
    • setCanUseCredit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setCanUseCredit(Boolean value)
      Sets the value of the canUseCredit property.
      Parameters:
      value - allowed object is Boolean
    • isCanIssueNewCredit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public Boolean isCanIssueNewCredit()
      Gets the value of the canIssueNewCredit property.
      Returns:
      possible object is Boolean
    • setCanIssueNewCredit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setCanIssueNewCredit(Boolean value)
      Sets the value of the canIssueNewCredit property.
      Parameters:
      value - allowed object is Boolean
    • getLogoUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getLogoUrl()
      Gets the value of the logoUrl property.
      Returns:
      possible object is String
    • setLogoUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setLogoUrl(String value)
      Sets the value of the logoUrl property.
      Parameters:
      value - allowed object is String
    • getTranslations

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public Translations getTranslations()
      Gets the value of the translations property.
      Returns:
      possible object is Translations
    • setTranslations

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setTranslations(Translations value)
      Sets the value of the translations property.
      Parameters:
      value - allowed object is Translations
    • getFormTemplates

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public FormTemplates getFormTemplates()
      Gets the value of the formTemplates property.
      Returns:
      possible object is FormTemplates
    • setFormTemplates

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setFormTemplates(FormTemplates value)
      Sets the value of the formTemplates property.
      Parameters:
      value - allowed object is FormTemplates