Class PaymentLink.AutomaticTax

  • All Implemented Interfaces:
    StripeObjectInterface
    Enclosing class:
    PaymentLink

    public static class PaymentLink.AutomaticTax
    extends StripeObject
    The URL the customer will be redirected to after the purchase is complete.
    • Constructor Detail

      • AutomaticTax

        public AutomaticTax()
    • Method Detail

      • getEnabled

        public java.lang.Boolean getEnabled()
        If true, tax will be calculated automatically using the customer's location.
      • setEnabled

        public void setEnabled​(java.lang.Boolean enabled)
        If true, tax will be calculated automatically using the customer's location.
      • 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