Class TaxWithholdingEvent
- java.lang.Object
-
- software.amazon.spapi.models.finances.v0.TaxWithholdingEvent
-
public class TaxWithholdingEvent extends java.lang.Object
A TaxWithholding event on seller's account.
-
-
Constructor Summary
Constructors Constructor Description TaxWithholdingEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxWithholdingEvent
baseAmount(Currency baseAmount)
boolean
equals(java.lang.Object o)
Currency
getBaseAmount()
Get baseAmountorg.threeten.bp.OffsetDateTime
getPostedDate()
Get postedDateTaxWithholdingPeriod
getTaxWithholdingPeriod()
Get taxWithholdingPeriodCurrency
getWithheldAmount()
Get withheldAmountint
hashCode()
TaxWithholdingEvent
postedDate(org.threeten.bp.OffsetDateTime postedDate)
void
setBaseAmount(Currency baseAmount)
void
setPostedDate(org.threeten.bp.OffsetDateTime postedDate)
void
setTaxWithholdingPeriod(TaxWithholdingPeriod taxWithholdingPeriod)
void
setWithheldAmount(Currency withheldAmount)
TaxWithholdingEvent
taxWithholdingPeriod(TaxWithholdingPeriod taxWithholdingPeriod)
java.lang.String
toString()
TaxWithholdingEvent
withheldAmount(Currency withheldAmount)
-
-
-
Method Detail
-
postedDate
public TaxWithholdingEvent postedDate(org.threeten.bp.OffsetDateTime postedDate)
-
getPostedDate
public org.threeten.bp.OffsetDateTime getPostedDate()
Get postedDate- Returns:
- postedDate
-
setPostedDate
public void setPostedDate(org.threeten.bp.OffsetDateTime postedDate)
-
baseAmount
public TaxWithholdingEvent baseAmount(Currency baseAmount)
-
getBaseAmount
public Currency getBaseAmount()
Get baseAmount- Returns:
- baseAmount
-
setBaseAmount
public void setBaseAmount(Currency baseAmount)
-
withheldAmount
public TaxWithholdingEvent withheldAmount(Currency withheldAmount)
-
getWithheldAmount
public Currency getWithheldAmount()
Get withheldAmount- Returns:
- withheldAmount
-
setWithheldAmount
public void setWithheldAmount(Currency withheldAmount)
-
taxWithholdingPeriod
public TaxWithholdingEvent taxWithholdingPeriod(TaxWithholdingPeriod taxWithholdingPeriod)
-
getTaxWithholdingPeriod
public TaxWithholdingPeriod getTaxWithholdingPeriod()
Get taxWithholdingPeriod- Returns:
- taxWithholdingPeriod
-
setTaxWithholdingPeriod
public void setTaxWithholdingPeriod(TaxWithholdingPeriod taxWithholdingPeriod)
-
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
-
-