Package com.stripe.param
Class PaymentLinkUpdateParams.CustomText
java.lang.Object
com.stripe.param.PaymentLinkUpdateParams.CustomText
- Enclosing class:
- PaymentLinkUpdateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
Required. Text may be up to 1200 characters in length.static class
Required. Text may be up to 1200 characters in length.static class
Required. Text may be up to 1200 characters in length. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Custom text that should be displayed after the payment confirmation button.Map of extra parameters for custom features not available in this client library.Custom text that should be displayed alongside shipping address collection.Custom text that should be displayed alongside the payment confirmation button.Custom text that should be displayed in place of the default terms of service agreement text.
-
Method Details
-
builder
-
getAfterSubmit
Custom text that should be displayed after the payment confirmation button. -
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
Custom text that should be displayed alongside shipping address collection. -
getSubmit
Custom text that should be displayed alongside the payment confirmation button. -
getTermsOfServiceAcceptance
Custom text that should be displayed in place of the default terms of service agreement text.
-