Class PlatformTaxFee

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

public class PlatformTaxFee extends StripeObject implements BalanceTransactionSource
  • Constructor Details

    • PlatformTaxFee

      public PlatformTaxFee()
  • Method Details

    • getAccount

      public String getAccount()
      The Connected account that incurred this charge.
    • getObject

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

      Equal to platform_tax_fee.

    • getSourceTransaction

      public String getSourceTransaction()
      The payment object that caused this tax to be inflicted.
    • getType

      public String getType()
      The type of tax (VAT).
    • setAccount

      public void setAccount(String account)
      The Connected account that incurred this charge.
    • 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 platform_tax_fee.

    • setSourceTransaction

      public void setSourceTransaction(String sourceTransaction)
      The payment object that caused this tax to be inflicted.
    • setType

      public void setType(String type)
      The type of tax (VAT).
    • 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