Package com.stripe.model.v2.core
Class Account.Defaults.Profile
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Defaults.Profile
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Defaults
Account profile information.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The business's publicly-available website.The company’s legal name.Internal-only description of the product sold or service provided by the business.int
hashCode()
void
setBusinessUrl
(String businessUrl) The business's publicly-available website.void
setDoingBusinessAs
(String doingBusinessAs) The company’s legal name.void
setProductDescription
(String productDescription) Internal-only description of the product sold or service provided by the business.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Profile
public Profile()
-
-
Method Details
-
getBusinessUrl
The business's publicly-available website. -
getDoingBusinessAs
The company’s legal name. -
getProductDescription
Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes. -
setBusinessUrl
The business's publicly-available website. -
setDoingBusinessAs
The company’s legal name. -
setProductDescription
Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes. -
equals
-
canEqual
-
hashCode
public int hashCode()
-