Class PlatformTaxFee

    • Constructor Detail

      • PlatformTaxFee

        public PlatformTaxFee()
    • Method Detail

      • getAccount

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

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

        Equal to platform_tax_fee.

      • getSourceTransaction

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

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

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

      • setSourceTransaction

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

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