Class TaxWithholdingPeriod
- java.lang.Object
-
- software.amazon.spapi.models.finances.v0.TaxWithholdingPeriod
-
public class TaxWithholdingPeriod extends java.lang.Object
Period which taxwithholding on seller's account is calculated.
-
-
Constructor Summary
Constructors Constructor Description TaxWithholdingPeriod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxWithholdingPeriod
endDate(org.threeten.bp.OffsetDateTime endDate)
boolean
equals(java.lang.Object o)
org.threeten.bp.OffsetDateTime
getEndDate()
Get endDateorg.threeten.bp.OffsetDateTime
getStartDate()
Get startDateint
hashCode()
void
setEndDate(org.threeten.bp.OffsetDateTime endDate)
void
setStartDate(org.threeten.bp.OffsetDateTime startDate)
TaxWithholdingPeriod
startDate(org.threeten.bp.OffsetDateTime startDate)
java.lang.String
toString()
-
-
-
Method Detail
-
startDate
public TaxWithholdingPeriod startDate(org.threeten.bp.OffsetDateTime startDate)
-
getStartDate
public org.threeten.bp.OffsetDateTime getStartDate()
Get startDate- Returns:
- startDate
-
setStartDate
public void setStartDate(org.threeten.bp.OffsetDateTime startDate)
-
endDate
public TaxWithholdingPeriod endDate(org.threeten.bp.OffsetDateTime endDate)
-
getEndDate
public org.threeten.bp.OffsetDateTime getEndDate()
Get endDate- Returns:
- endDate
-
setEndDate
public void setEndDate(org.threeten.bp.OffsetDateTime endDate)
-
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
-
-