Package com.stripe.model.v2.core
Class Person.AdditionalTermsOfService
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Person.AdditionalTermsOfService
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Person
For more details about AdditionalTermsOfService, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Account, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Stripe terms of service agreement.int
hashCode()
void
Stripe terms of service agreement.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AdditionalTermsOfService
public AdditionalTermsOfService()
-
-
Method Details