Package com.stripe.model
Class PaymentLink.NameCollection.Business
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.NameCollection.Business
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- PaymentLink.NameCollection
For more details about Business, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanIndicates whether business name collection is enabled for the payment link.Whether the customer is required to complete the field before checking out.inthashCode()voidsetEnabled(Boolean enabled) Indicates whether business name collection is enabled for the payment link.voidsetOptional(Boolean optional) Whether the customer is required to complete the field before checking out.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Businesspublic Business()
 
- 
- 
Method Details- 
getEnabledIndicates whether business name collection is enabled for the payment link.
- 
getOptionalWhether the customer is required to complete the field before checking out. Defaults tofalse.
- 
setEnabledIndicates whether business name collection is enabled for the payment link.
- 
setOptionalWhether the customer is required to complete the field before checking out. Defaults tofalse.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-