Package com.stripe.model
Class PaymentLink.SubscriptionData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.SubscriptionData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe subscription's description, meant to be displayable to the customer.Set of key-value pairs that will set metadata on Subscriptions generated from this payment link.Integer representing the number of trial period days before the customer is charged for the first time.inthashCode()voidsetDescription(String description) The subscription's description, meant to be displayable to the customer.voidsetMetadata(Map<String, String> metadata) Set of key-value pairs that will set metadata on Subscriptions generated from this payment link.voidsetTrialPeriodDays(Long trialPeriodDays) Integer representing the number of trial period days before the customer is charged for the first time.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SubscriptionData
public SubscriptionData()
-
-
Method Details
-
getDescription
The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs. -
getMetadata
Set of key-value pairs that will set metadata on Subscriptions generated from this payment link. -
getTrialPeriodDays
Integer representing the number of trial period days before the customer is charged for the first time. -
setDescription
The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs. -
setMetadata
Set of key-value pairs that will set metadata on Subscriptions generated from this payment link. -
setTrialPeriodDays
Integer representing the number of trial period days before the customer is charged for the first time. -
equals
-
canEqual
-
hashCode
public int hashCode()
-