Class WalletData

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public class WalletData extends Object

Java class for WalletData complex type.

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

 <complexType name="WalletData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Session" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • session

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String session
  • Constructor Details

    • WalletData

      public WalletData()
  • Method Details

    • getSession

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public String getSession()
      Gets the value of the session property.
      Returns:
      possible object is String
    • setSession

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public void setSession(String value)
      Sets the value of the session property.
      Parameters:
      value - allowed object is String