Package com.stripe.model
Class PaymentLink.CustomText
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.CustomText
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink
For more details about CustomText, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about AfterSubmit, please refer to the API Reference.static class
For more details about ShippingAddress, please refer to the API Reference.static class
For more details about Submit, please refer to the API Reference.static class
For more details about TermsOfServiceAcceptance, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Custom text that should be displayed after the payment confirmation button.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.int
hashCode()
void
setAfterSubmit
(PaymentLink.CustomText.AfterSubmit afterSubmit) Custom text that should be displayed after the payment confirmation button.void
setShippingAddress
(PaymentLink.CustomText.ShippingAddress shippingAddress) Custom text that should be displayed alongside shipping address collection.void
Custom text that should be displayed alongside the payment confirmation button.void
setTermsOfServiceAcceptance
(PaymentLink.CustomText.TermsOfServiceAcceptance termsOfServiceAcceptance) Custom text that should be displayed in place of the default terms of service agreement text.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CustomText
public CustomText()
-
-
Method Details
-
getAfterSubmit
Custom text that should be displayed after the payment confirmation button. -
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. -
setAfterSubmit
Custom text that should be displayed after the payment confirmation button. -
setShippingAddress
Custom text that should be displayed alongside shipping address collection. -
setSubmit
Custom text that should be displayed alongside the payment confirmation button. -
setTermsOfServiceAcceptance
public void setTermsOfServiceAcceptance(PaymentLink.CustomText.TermsOfServiceAcceptance termsOfServiceAcceptance) Custom text that should be displayed in place of the default terms of service agreement text. -
equals
-
canEqual
-
hashCode
public int hashCode()
-