Package com.stripe.param
Class PaymentLinkUpdateParams.PaymentIntentData
java.lang.Object
com.stripe.param.PaymentLinkUpdateParams.PaymentIntentData
- Enclosing class:
- PaymentLinkUpdateParams
The minimum quantity of this item the customer must purchase, if they choose to purchase
it. Because this item is optional, the customer will always be able to remove it from
their order, even if the
minimum configured here is greater than 0. By default
this value is 0.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanAn arbitrary string attached to the object.Map of extra parameters for custom features not available in this client library.Set of key-value pairs that will declaratively set metadata on Payment Intents generated from this payment link.Text that appears on the customer's statement as the statement descriptor for a non-card charge.Provides information about a card charge.A string that identifies the resulting payment as part of a group.inthashCode()
-
Method Details
-
builder
-
getDescription
An arbitrary string attached to the object. Often useful for displaying to users. -
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. -
getMetadata
Set of key-value pairs that will declaratively set metadata on Payment Intents generated from this payment link. Unlike object-level metadata, this field is declarative. Updates will clear prior values. -
getStatementDescriptor
Text that appears on the customer's statement as the statement descriptor for a non-card charge. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see the Statement Descriptor docs.Setting this value for a card charge returns an error. For card charges, set the statement_descriptor_suffix instead.
-
getStatementDescriptorSuffix
Provides information about a card charge. Concatenated to the account's statement descriptor prefix to form the complete statement descriptor that appears on the customer's statement. -
getTransferGroup
A string that identifies the resulting payment as part of a group. See the PaymentIntents use case for connected accounts for details. -
equals
-
canEqual
-
hashCode
public int hashCode()
-