Class PaymentLinkUpdateParams.PaymentIntentData

java.lang.Object
com.stripe.param.PaymentLinkUpdateParams.PaymentIntentData
Enclosing class:
PaymentLinkUpdateParams

public static class PaymentLinkUpdateParams.PaymentIntentData extends Object
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.
  • Method Details

    • builder

    • getDescription

      public Object getDescription()
      An arbitrary string attached to the object. Often useful for displaying to users.
    • getExtraParams

      public Map<String,Object> 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

      public Object 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

      public Object getStatementDescriptor()
      Extra information about the payment. This will appear on your customer's statement when this payment succeeds in creating a charge.
    • getStatementDescriptorSuffix

      public Object 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

      public Object getTransferGroup()
      A string that identifies the resulting payment as part of a group. See the PaymentIntents use case for connected accounts for details.