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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Configures how this subscription behaves during the trial period. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The 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.Settings related to subscription trials.int
hashCode()
void
setDescription
(String description) The subscription's description, meant to be displayable to the customer.void
setInvoiceSettings
(PaymentLink.SubscriptionData.InvoiceSettings invoiceSettings) void
setMetadata
(Map<String, String> metadata) Set of key-value pairs that will set metadata on Subscriptions generated from this payment link.void
setTrialPeriodDays
(Long trialPeriodDays) Integer representing the number of trial period days before the customer is charged for the first time.void
setTrialSettings
(PaymentLink.SubscriptionData.TrialSettings trialSettings) Settings related to subscription trials.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. -
getInvoiceSettings
-
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. -
getTrialSettings
Settings related to subscription trials. -
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. -
setInvoiceSettings
-
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. -
setTrialSettings
Settings related to subscription trials. -
equals
-
canEqual
-
hashCode
public int hashCode()
-