Package com.stripe.param
Class PaymentLinkUpdateParams.CustomField
java.lang.Object
com.stripe.param.PaymentLinkUpdateParams.CustomField
- Enclosing class:
- PaymentLinkUpdateParams
Required. Type of the account referenced in the request.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classRequired. The value for this option, not displayed to the customer, used by your integration to reconcile the option selected by the customer.static classstatic classThe minimum character length requirement for the customer's input.static enumThe minimum character length requirement for the customer's input. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanConfiguration fortype=dropdownfields.Map of extra parameters for custom features not available in this client library.getKey()Required. String of your choice that your integration can use to reconcile this field.getLabel()Required. The label for the field, displayed to the customer.Configuration fortype=numericfields.Whether the customer is required to complete the field before completing the Checkout Session.getText()Configuration fortype=textfields.getType()Required. The type of the field.inthashCode()
-
Method Details
-
builder
-
getDropdown
Configuration fortype=dropdownfields. -
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. -
getKey
Required. String of your choice that your integration can use to reconcile this field. Must be unique to this field, alphanumeric, and up to 200 characters. -
getLabel
Required. The label for the field, displayed to the customer. -
getNumeric
Configuration fortype=numericfields. -
getOptional
Whether the customer is required to complete the field before completing the Checkout Session. Defaults tofalse. -
getText
Configuration fortype=textfields. -
getType
Required. The type of the field. -
equals
-
canEqual
-
hashCode
public int hashCode()
-