Package com.stripe.model
Class CountrySpec.VerificationFields.Company
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CountrySpec.VerificationFields.Company
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CountrySpec.VerificationFields
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Additional fields which are only required for some users.Fields which every account must eventually provide.int
hashCode()
void
setAdditional
(List<String> additional) Additional fields which are only required for some users.void
setMinimum
(List<String> minimum) Fields which every account must eventually provide.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Company
public Company()
-
-
Method Details
-
getAdditional
Additional fields which are only required for some users. -
getMinimum
Fields which every account must eventually provide. -
setAdditional
Additional fields which are only required for some users. -
setMinimum
Fields which every account must eventually provide. -
equals
-
canEqual
-
hashCode
public int hashCode()
-