Package com.stripe.model
Class Discount.ServicePeriodDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Discount.ServicePeriodDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Discount
For more details about ServicePeriodDetails, 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 booleanbooleanThe date that the service period was anchored to.The date that the service period started.inthashCode()voidsetServicePeriodAnchoredAt(Long servicePeriodAnchoredAt) The date that the service period was anchored to.voidsetStartDate(Long startDate) The date that the service period started.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ServicePeriodDetails
public ServicePeriodDetails()
-
-
Method Details
-
getServicePeriodAnchoredAt
The date that the service period was anchored to. -
getStartDate
The date that the service period started. -
setServicePeriodAnchoredAt
The date that the service period was anchored to. -
setStartDate
The date that the service period started. -
equals
-
canEqual
-
hashCode
public int hashCode()
-