Package com.stripe.model
Class TaxDeductedAtSource
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.TaxDeductedAtSource
- All Implemented Interfaces:
BalanceTransactionSource
,HasId
,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
Unique identifier for the object.String representing the object's type.The end of the invoicing period.The start of the invoicing period.The TAN that was supplied to Stripe when TDS was assessed.int
hashCode()
void
Unique identifier for the object.void
String representing the object's type.void
setPeriodEnd
(Long periodEnd) The end of the invoicing period.void
setPeriodStart
(Long periodStart) The start of the invoicing period.void
setTaxDeductionAccountNumber
(String taxDeductionAccountNumber) The TAN that was supplied to Stripe when TDS was assessed.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
TaxDeductedAtSource
public TaxDeductedAtSource()
-
-
Method Details
-
getObject
String representing the object's type. Objects of the same type share the same value.Equal to
tax_deducted_at_source
. -
getPeriodEnd
The end of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period. -
getPeriodStart
The start of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period. -
getTaxDeductionAccountNumber
The TAN that was supplied to Stripe when TDS was assessed. -
setId
Unique identifier for the object. -
setObject
String representing the object's type. Objects of the same type share the same value.Equal to
tax_deducted_at_source
. -
setPeriodEnd
The end of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period. -
setPeriodStart
The start of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period. -
setTaxDeductionAccountNumber
The TAN that was supplied to Stripe when TDS was assessed. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-