Class AdditionalDetails
- java.lang.Object
-
- software.amazon.spapi.models.vendor.df.payments.v1.AdditionalDetails
-
public class AdditionalDetails extends java.lang.Object
A field where the selling party can provide additional information for tax-related or any other purposes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AdditionalDetails.TypeEnum
The type of the additional information provided by the selling party.
-
Constructor Summary
Constructors Constructor Description AdditionalDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdditionalDetails
detail(java.lang.String detail)
boolean
equals(java.lang.Object o)
java.lang.String
getDetail()
The detail of the additional information provided by the selling party.java.lang.String
getLanguageCode()
The language code of the additional information detail.AdditionalDetails.TypeEnum
getType()
The type of the additional information provided by the selling party.int
hashCode()
AdditionalDetails
languageCode(java.lang.String languageCode)
void
setDetail(java.lang.String detail)
void
setLanguageCode(java.lang.String languageCode)
void
setType(AdditionalDetails.TypeEnum type)
java.lang.String
toString()
AdditionalDetails
type(AdditionalDetails.TypeEnum type)
-
-
-
Method Detail
-
type
public AdditionalDetails type(AdditionalDetails.TypeEnum type)
-
getType
public AdditionalDetails.TypeEnum getType()
The type of the additional information provided by the selling party.- Returns:
- type
-
setType
public void setType(AdditionalDetails.TypeEnum type)
-
detail
public AdditionalDetails detail(java.lang.String detail)
-
getDetail
public java.lang.String getDetail()
The detail of the additional information provided by the selling party.- Returns:
- detail
-
setDetail
public void setDetail(java.lang.String detail)
-
languageCode
public AdditionalDetails languageCode(java.lang.String languageCode)
-
getLanguageCode
public java.lang.String getLanguageCode()
The language code of the additional information detail.- Returns:
- languageCode
-
setLanguageCode
public void setLanguageCode(java.lang.String languageCode)
-
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
-
-