Class PaymentLinkUpdateParams.CustomText

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

public static class PaymentLinkUpdateParams.CustomText extends Object
  • Method Details

    • builder

    • getAfterSubmit

      public Object getAfterSubmit()
      Custom text that should be displayed after the payment confirmation button.
    • 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.
    • getShippingAddress

      public Object getShippingAddress()
      Custom text that should be displayed alongside shipping address collection.
    • getSubmit

      public Object getSubmit()
      Custom text that should be displayed alongside the payment confirmation button.
    • getTermsOfServiceAcceptance

      public Object getTermsOfServiceAcceptance()
      Custom text that should be displayed in place of the default terms of service agreement text.