Package com.stripe.model
Class SubscriptionSchedule.Prebilling
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.Prebilling
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SubscriptionSchedule
Prebilling stores the time period and invoice for a Subscription billed in advance.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get ID of expandableinvoice
object.Get expandedinvoice
.int
hashCode()
void
setInvoice
(String id) void
setInvoiceObject
(Invoice expandableObject) void
setPeriodEnd
(Long periodEnd) void
setPeriodStart
(Long periodStart) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Prebilling
public Prebilling()
-
-
Method Details