Package com.stripe.model
Class TaxDeductedAtSource
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.TaxDeductedAtSource
- All Implemented Interfaces:
- BalanceTransactionSource,- HasId,- StripeObjectInterface
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleangetId()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.inthashCode()voidUnique identifier for the object.voidString representing the object's type.voidsetPeriodEnd(Long periodEnd) The end of the invoicing period.voidsetPeriodStart(Long periodStart) The start of the invoicing period.voidsetTaxDeductionAccountNumber(String taxDeductionAccountNumber) The TAN that was supplied to Stripe when TDS was assessed.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stripe.model.StripeObjectInterfacegetLastResponse, setLastResponse
- 
Constructor Details- 
TaxDeductedAtSourcepublic TaxDeductedAtSource()
 
- 
- 
Method Details- 
getObjectString representing the object's type. Objects of the same type share the same value.Equal to tax_deducted_at_source.
- 
getPeriodEndThe end of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.
- 
getPeriodStartThe start of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.
- 
getTaxDeductionAccountNumberThe TAN that was supplied to Stripe when TDS was assessed.
- 
setIdUnique identifier for the object.
- 
setObjectString representing the object's type. Objects of the same type share the same value.Equal to tax_deducted_at_source.
- 
setPeriodEndThe end of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.
- 
setPeriodStartThe start of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.
- 
setTaxDeductionAccountNumberThe TAN that was supplied to Stripe when TDS was assessed.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
getIdUnique identifier for the object.
 
-