public class

VATDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.VATDetailsType

Class Overview

Contains information required To list a business item. BusinessSeller - only for add item, the RestrictedToBusiness and VATPercent for both get and add, for revise all must be optional

Java class for VATDetailsType complex type.

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

 <complexType name="VATDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BusinessSeller" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="RestrictedToBusiness" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="VATPercent" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean businessSeller
protected Boolean restrictedToBusiness
protected Float vatPercent
Public Constructors
VATDetailsType()
Public Methods
Float getVATPercent()
Gets the value of the vatPercent property.
Boolean isBusinessSeller()
Gets the value of the businessSeller property.
Boolean isRestrictedToBusiness()
Gets the value of the restrictedToBusiness property.
void setBusinessSeller(Boolean value)
Sets the value of the businessSeller property.
void setRestrictedToBusiness(Boolean value)
Sets the value of the restrictedToBusiness property.
void setVATPercent(Float value)
Sets the value of the vatPercent property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean businessSeller

protected Boolean restrictedToBusiness

protected Float vatPercent

Public Constructors

public VATDetailsType ()

Public Methods

public Float getVATPercent ()

Gets the value of the vatPercent property.

Returns
  • possible object is Float

public Boolean isBusinessSeller ()

Gets the value of the businessSeller property.

Returns
  • possible object is Boolean

public Boolean isRestrictedToBusiness ()

Gets the value of the restrictedToBusiness property.

Returns
  • possible object is Boolean

public void setBusinessSeller (Boolean value)

Sets the value of the businessSeller property.

Parameters
value Allowed object is Boolean

public void setRestrictedToBusiness (Boolean value)

Sets the value of the restrictedToBusiness property.

Parameters
value Allowed object is Boolean

public void setVATPercent (Float value)

Sets the value of the vatPercent property.

Parameters
value Allowed object is Float