Package com.stripe.param
Class PaymentLinkUpdateParams.PaymentIntentData
java.lang.Object
com.stripe.param.PaymentLinkUpdateParams.PaymentIntentData
- Enclosing class:
- PaymentLinkUpdateParams
The minimum quantity the customer can purchase. By default this value is 0. If there is
only one item in the cart then that item's quantity cannot go down to 0.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
An 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.Extra information about the payment.Provides information about the charge that customers see on their statements.A string that identifies the resulting payment as part of a group.
-
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@SerializedName
value. 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
Extra information about the payment. This will appear on your customer's statement when this payment succeeds in creating a charge. -
getStatementDescriptorSuffix
Provides information about the charge that customers see on their statements. Concatenated with the prefix (shortened descriptor) or statement descriptor that's set on the account to form the complete statement descriptor. Maximum 22 characters for the concatenated descriptor. -
getTransferGroup
A string that identifies the resulting payment as part of a group. See the PaymentIntents use case for connected accounts for details.
-