public class

SalesTaxType

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

Class Overview

Java class for SalesTaxType complex type.

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

 <complexType name="SalesTaxType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SalesTaxPercent" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="SalesTaxState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShippingIncludedInTax" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Float salesTaxPercent
protected String salesTaxState
protected Boolean shippingIncludedInTax
Public Constructors
SalesTaxType()
Public Methods
Float getSalesTaxPercent()
Gets the value of the salesTaxPercent property.
String getSalesTaxState()
Gets the value of the salesTaxState property.
Boolean isShippingIncludedInTax()
Gets the value of the shippingIncludedInTax property.
void setSalesTaxPercent(Float value)
Sets the value of the salesTaxPercent property.
void setSalesTaxState(String value)
Sets the value of the salesTaxState property.
void setShippingIncludedInTax(Boolean value)
Sets the value of the shippingIncludedInTax property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Float salesTaxPercent

protected String salesTaxState

protected Boolean shippingIncludedInTax

Public Constructors

public SalesTaxType ()

Public Methods

public Float getSalesTaxPercent ()

Gets the value of the salesTaxPercent property.

Returns
  • possible object is Float

public String getSalesTaxState ()

Gets the value of the salesTaxState property.

Returns
  • possible object is String

public Boolean isShippingIncludedInTax ()

Gets the value of the shippingIncludedInTax property.

Returns
  • possible object is Boolean

public void setSalesTaxPercent (Float value)

Sets the value of the salesTaxPercent property.

Parameters
value Allowed object is Float

public void setSalesTaxState (String value)

Sets the value of the salesTaxState property.

Parameters
value Allowed object is String

public void setShippingIncludedInTax (Boolean value)

Sets the value of the shippingIncludedInTax property.

Parameters
value Allowed object is Boolean