Class TaxDeductedAtSource

    • Constructor Detail

      • TaxDeductedAtSource

        public TaxDeductedAtSource()
    • Method Detail

      • getObject

        public java.lang.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 java.lang.Long getPeriodEnd()
        The end of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.
      • getPeriodStart

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

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

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

        public void setObject​(java.lang.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​(java.lang.Long periodEnd)
        The end of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.
      • setPeriodStart

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

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

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