Class TaxDeductedAtSource

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.TaxDeductedAtSource
All Implemented Interfaces:
BalanceTransactionSource, HasId, StripeObjectInterface

public class TaxDeductedAtSource extends StripeObject implements BalanceTransactionSource
  • Constructor Details

    • TaxDeductedAtSource

      public TaxDeductedAtSource()
  • Method Details

    • getObject

      public String getObject()
      String representing the object's type. Objects of the same type share the same value.

      Equal to tax_deducted_at_source.

    • getPeriodEnd

      public Long getPeriodEnd()
      The end of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.
    • getPeriodStart

      public Long getPeriodStart()
      The start of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.
    • getTaxDeductionAccountNumber

      public String getTaxDeductionAccountNumber()
      The TAN that was supplied to Stripe when TDS was assessed.
    • setId

      public void setId(String id)
      Unique identifier for the object.
    • setObject

      public void setObject(String object)
      String representing the object's type. Objects of the same type share the same value.

      Equal to tax_deducted_at_source.

    • setPeriodEnd

      public void setPeriodEnd(Long periodEnd)
      The end of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.
    • setPeriodStart

      public void setPeriodStart(Long periodStart)
      The start of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.
    • setTaxDeductionAccountNumber

      public void setTaxDeductionAccountNumber(String taxDeductionAccountNumber)
      The TAN that was supplied to Stripe when TDS was assessed.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getId

      public String getId()
      Unique identifier for the object.
      Specified by:
      getId in interface HasId