public class

TaxInfoType

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

Class Overview

Java class for TaxInfoType complex type.

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

 <complexType name="TaxInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TaxAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
         <element name="SalesTaxPercentage" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TaxState" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String salesTaxPercentage
protected BasicAmountType taxAmount
protected String taxState
Public Constructors
TaxInfoType()
Public Methods
String getSalesTaxPercentage()
Gets the value of the salesTaxPercentage property.
BasicAmountType getTaxAmount()
Gets the value of the taxAmount property.
String getTaxState()
Gets the value of the taxState property.
void setSalesTaxPercentage(String value)
Sets the value of the salesTaxPercentage property.
void setTaxAmount(BasicAmountType value)
Sets the value of the taxAmount property.
void setTaxState(String value)
Sets the value of the taxState property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String salesTaxPercentage

protected BasicAmountType taxAmount

protected String taxState

Public Constructors

public TaxInfoType ()

Public Methods

public String getSalesTaxPercentage ()

Gets the value of the salesTaxPercentage property.

Returns
  • possible object is String

public BasicAmountType getTaxAmount ()

Gets the value of the taxAmount property.

Returns

public String getTaxState ()

Gets the value of the taxState property.

Returns
  • possible object is String

public void setSalesTaxPercentage (String value)

Sets the value of the salesTaxPercentage property.

Parameters
value Allowed object is String

public void setTaxAmount (BasicAmountType value)

Sets the value of the taxAmount property.

Parameters
value Allowed object is BasicAmountType

public void setTaxState (String value)

Sets the value of the taxState property.

Parameters
value Allowed object is String