Package com.stripe.model
Class Subscription.BillingSchedule.AppliesTo
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.BillingSchedule.AppliesTo
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Subscription.BillingSchedule
Represents the entities that the billing schedule applies to.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getPrice()
Get ID of expandableprice
object.Get expandedprice
.getType()
Controls which subscription items the billing schedule applies to.int
hashCode()
void
void
setPriceObject
(Price expandableObject) void
Controls which subscription items the billing schedule applies to.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AppliesTo
public AppliesTo()
-
-
Method Details
-
getPrice
Get ID of expandableprice
object. -
setPrice
-
getPriceObject
Get expandedprice
. -
setPriceObject
-
getType
Controls which subscription items the billing schedule applies to.Equal to
price
. -
setType
Controls which subscription items the billing schedule applies to.Equal to
price
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-