public class TaxDeductedAtSource extends StripeObject implements BalanceTransactionSource
PRETTY_PRINT_GSON| Constructor and Description |
|---|
TaxDeductedAtSource() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId()
Unique identifier for the object.
|
java.lang.String |
getObject()
String representing the object's type.
|
java.lang.Long |
getPeriodEnd()
The end of the invoicing period.
|
java.lang.Long |
getPeriodStart()
The start of the invoicing period.
|
java.lang.String |
getTaxDeductionAccountNumber()
The TAN that was supplied to Stripe when TDS was assessed.
|
int |
hashCode() |
void |
setId(java.lang.String id)
Unique identifier for the object.
|
void |
setObject(java.lang.String object)
String representing the object's type.
|
void |
setPeriodEnd(java.lang.Long periodEnd)
The end of the invoicing period.
|
void |
setPeriodStart(java.lang.Long periodStart)
The start of the invoicing period.
|
void |
setTaxDeductionAccountNumber(java.lang.String taxDeductionAccountNumber)
The TAN that was supplied to Stripe when TDS was assessed.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLastResponse, setLastResponsepublic java.lang.String getObject()
Equal to tax_deducted_at_source.
public java.lang.Long getPeriodEnd()
public java.lang.Long getPeriodStart()
public java.lang.String getTaxDeductionAccountNumber()
public void setId(java.lang.String id)
public void setObject(java.lang.String object)
Equal to tax_deducted_at_source.
public void setPeriodEnd(java.lang.Long periodEnd)
public void setPeriodStart(java.lang.Long periodStart)
public void setTaxDeductionAccountNumber(java.lang.String taxDeductionAccountNumber)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object