Package com.stripe.param
Class PaymentLinkCreateParams.NameCollection.Business
java.lang.Object
com.stripe.param.PaymentLinkCreateParams.NameCollection.Business
- Enclosing class:
- PaymentLinkCreateParams.NameCollection
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. Enable business name collection on the payment link.Map of extra parameters for custom features not available in this client library.Whether the customer is required to provide their business name before checking out.inthashCode()
-
Method Details
-
builder
-
getEnabled
Required. Enable business name collection on the payment link. Defaults tofalse. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getOptional
Whether the customer is required to provide their business name before checking out. Defaults tofalse. -
equals
-
canEqual
-
hashCode
public int hashCode()
-