Class OnboardingLink.LinkOptions.AppleTermsAndConditions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.OnboardingLink.LinkOptions.AppleTermsAndConditions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
OnboardingLink.LinkOptions

public static class OnboardingLink.LinkOptions.AppleTermsAndConditions extends StripeObject
Options associated with the Apple Terms and Conditions link type.
  • Constructor Details

    • AppleTermsAndConditions

      public AppleTermsAndConditions()
  • Method Details

    • getAllowRelinking

      public Boolean getAllowRelinking()
    • getMerchantDisplayName

      public String getMerchantDisplayName()
    • setAllowRelinking

      public void setAllowRelinking(Boolean allowRelinking)
    • setMerchantDisplayName

      public void setMerchantDisplayName(String merchantDisplayName)
    • 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