Class BuyerTaxInformation
- java.lang.Object
-
- software.amazon.spapi.models.orders.v0.BuyerTaxInformation
-
public class BuyerTaxInformation extends java.lang.Object
Contains the business invoice tax information. Available only in the TR marketplace.
-
-
Constructor Summary
Constructors Constructor Description BuyerTaxInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuyerTaxInformation
buyerBusinessAddress(java.lang.String buyerBusinessAddress)
BuyerTaxInformation
buyerLegalCompanyName(java.lang.String buyerLegalCompanyName)
BuyerTaxInformation
buyerTaxOffice(java.lang.String buyerTaxOffice)
BuyerTaxInformation
buyerTaxRegistrationId(java.lang.String buyerTaxRegistrationId)
boolean
equals(java.lang.Object o)
java.lang.String
getBuyerBusinessAddress()
Business buyer's address.java.lang.String
getBuyerLegalCompanyName()
Business buyer's company legal name.java.lang.String
getBuyerTaxOffice()
Business buyer's tax office.java.lang.String
getBuyerTaxRegistrationId()
Business buyer's tax registration ID.int
hashCode()
void
setBuyerBusinessAddress(java.lang.String buyerBusinessAddress)
void
setBuyerLegalCompanyName(java.lang.String buyerLegalCompanyName)
void
setBuyerTaxOffice(java.lang.String buyerTaxOffice)
void
setBuyerTaxRegistrationId(java.lang.String buyerTaxRegistrationId)
java.lang.String
toString()
-
-
-
Method Detail
-
buyerLegalCompanyName
public BuyerTaxInformation buyerLegalCompanyName(java.lang.String buyerLegalCompanyName)
-
getBuyerLegalCompanyName
public java.lang.String getBuyerLegalCompanyName()
Business buyer's company legal name.- Returns:
- buyerLegalCompanyName
-
setBuyerLegalCompanyName
public void setBuyerLegalCompanyName(java.lang.String buyerLegalCompanyName)
-
buyerBusinessAddress
public BuyerTaxInformation buyerBusinessAddress(java.lang.String buyerBusinessAddress)
-
getBuyerBusinessAddress
public java.lang.String getBuyerBusinessAddress()
Business buyer's address.- Returns:
- buyerBusinessAddress
-
setBuyerBusinessAddress
public void setBuyerBusinessAddress(java.lang.String buyerBusinessAddress)
-
buyerTaxRegistrationId
public BuyerTaxInformation buyerTaxRegistrationId(java.lang.String buyerTaxRegistrationId)
-
getBuyerTaxRegistrationId
public java.lang.String getBuyerTaxRegistrationId()
Business buyer's tax registration ID.- Returns:
- buyerTaxRegistrationId
-
setBuyerTaxRegistrationId
public void setBuyerTaxRegistrationId(java.lang.String buyerTaxRegistrationId)
-
buyerTaxOffice
public BuyerTaxInformation buyerTaxOffice(java.lang.String buyerTaxOffice)
-
getBuyerTaxOffice
public java.lang.String getBuyerTaxOffice()
Business buyer's tax office.- Returns:
- buyerTaxOffice
-
setBuyerTaxOffice
public void setBuyerTaxOffice(java.lang.String buyerTaxOffice)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-