Package com.stripe.model
Class Invoice.Parent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.Parent
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Invoice
For more details about Parent, please refer to the API
 Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about BillingCadenceDetails, please refer to the API Reference.static classFor more details about QuoteDetails, please refer to the API Reference.static classFor more details about SubscriptionDetails, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanDetails about the billing cadence that generated this invoice.Details about the quote that generated this invoice.Details about the subscription that generated this invoice.getType()The type of parent that generated this invoiceinthashCode()voidsetBillingCadenceDetails(Invoice.Parent.BillingCadenceDetails billingCadenceDetails) Details about the billing cadence that generated this invoice.voidsetQuoteDetails(Invoice.Parent.QuoteDetails quoteDetails) Details about the quote that generated this invoice.voidsetSubscriptionDetails(Invoice.Parent.SubscriptionDetails subscriptionDetails) Details about the subscription that generated this invoice.voidThe type of parent that generated this invoiceMethods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Parentpublic Parent()
 
- 
- 
Method Details- 
getBillingCadenceDetailsDetails about the billing cadence that generated this invoice.
- 
getQuoteDetailsDetails about the quote that generated this invoice.
- 
getSubscriptionDetailsDetails about the subscription that generated this invoice.
- 
getTypeThe type of parent that generated this invoiceOne of billing_cadence_details,quote_details, orsubscription_details.
- 
setBillingCadenceDetailsDetails about the billing cadence that generated this invoice.
- 
setQuoteDetailsDetails about the quote that generated this invoice.
- 
setSubscriptionDetailsDetails about the subscription that generated this invoice.
- 
setTypeThe type of parent that generated this invoiceOne of billing_cadence_details,quote_details, orsubscription_details.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-