Package com.stripe.model.terminal
Class OnboardingLink.LinkOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.OnboardingLink.LinkOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OnboardingLink
Link type options associated with the current onboarding link object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Options associated with the Apple Terms and Conditions link type. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The options associated with the Apple Terms and Conditions link type.int
hashCode()
void
setAppleTermsAndConditions
(OnboardingLink.LinkOptions.AppleTermsAndConditions appleTermsAndConditions) The options associated with the Apple Terms and Conditions link type.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LinkOptions
public LinkOptions()
-
-
Method Details
-
getAppleTermsAndConditions
The options associated with the Apple Terms and Conditions link type. -
setAppleTermsAndConditions
public void setAppleTermsAndConditions(OnboardingLink.LinkOptions.AppleTermsAndConditions appleTermsAndConditions) The options associated with the Apple Terms and Conditions link type. -
equals
-
canEqual
-
hashCode
public int hashCode()
-