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-10-20T16:48:32+05:00") 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"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • title

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String title
    • shopName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String shopName
    • country

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String country
    • primaryMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected PrimaryMethod primaryMethod
    • products

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Products products
    • natures

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Natures natures
    • currencies

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Currencies currencies
    • methods

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Methods methods
    • methodConfigurations

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected MethodConfigurations methodConfigurations
    • merchantId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String merchantId
    • canUseCredit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Boolean canUseCredit
    • canIssueNewCredit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Boolean canIssueNewCredit
    • logoUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String logoUrl
    • translations

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Translations translations
  • Constructor Details

    • Terminal

      public Terminal()
  • Method Details

    • getTitle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") public void setTranslations(Translations value)
      Sets the value of the translations property.
      Parameters:
      value - allowed object is Translations