Package com.stripe.model
Class PaymentLink.CustomField.Label
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.CustomField.Label
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink.CustomField
For more details about Label, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Label
public Label()
-
-
Method Details
-
getCustom
Custom text for the label, displayed to the customer. Up to 50 characters. -
getType
The type of the label.Equal to
custom
. -
setCustom
Custom text for the label, displayed to the customer. Up to 50 characters. -
setType
The type of the label.Equal to
custom
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-