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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about QuoteDetails, please refer to the API Reference.static class
For more details about SubscriptionDetails, 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 boolean
boolean
Details about the quote that generated this invoice.Details about the subscription that generated this invoice.getType()
The type of parent that generated this invoiceint
hashCode()
void
setQuoteDetails
(Invoice.Parent.QuoteDetails quoteDetails) Details about the quote that generated this invoice.void
setSubscriptionDetails
(Invoice.Parent.SubscriptionDetails subscriptionDetails) Details about the subscription that generated this invoice.void
The type of parent that generated this invoiceMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Parent
public Parent()
-
-
Method Details
-
getQuoteDetails
Details about the quote that generated this invoice. -
getSubscriptionDetails
Details about the subscription that generated this invoice. -
getType
The type of parent that generated this invoiceOne of
quote_details
, orsubscription_details
. -
setQuoteDetails
Details about the quote that generated this invoice. -
setSubscriptionDetails
Details about the subscription that generated this invoice. -
setType
The type of parent that generated this invoiceOne of
quote_details
, orsubscription_details
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-