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
The type of the label.
Equal to custom
.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
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 alongside shipping address collection.Custom text that should be displayed alongside the payment confirmation button.int
hashCode()
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.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CustomText
public CustomText()
-
-
Method Details
-
getShippingAddress
Custom text that should be displayed alongside shipping address collection. -
getSubmit
Custom text that should be displayed alongside 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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-