Package com.stripe.model
Class QuotePreviewInvoice.Parent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuotePreviewInvoice.Parent
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- QuotePreviewInvoice
For more details about Parent, please refer to the API
Reference.
-
Nested Class Summary
Nested 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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier 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(QuotePreviewInvoice.Parent.BillingCadenceDetails billingCadenceDetails) Details about the billing cadence that generated this invoice.voidsetQuoteDetails(QuotePreviewInvoice.Parent.QuoteDetails quoteDetails) Details about the quote that generated this invoice.voidsetSubscriptionDetails(QuotePreviewInvoice.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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Parent
public Parent()
-
-
Method Details
-
getBillingCadenceDetails
Details about the billing cadence that generated this invoice. -
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
billing_cadence_details,quote_details, orsubscription_details. -
setBillingCadenceDetails
public void setBillingCadenceDetails(QuotePreviewInvoice.Parent.BillingCadenceDetails billingCadenceDetails) Details about the billing cadence that generated this invoice. -
setQuoteDetails
Details about the quote that generated this invoice. -
setSubscriptionDetails
public void setSubscriptionDetails(QuotePreviewInvoice.Parent.SubscriptionDetails subscriptionDetails) Details about the subscription that generated this invoice. -
setType
The type of parent that generated this invoiceOne of
billing_cadence_details,quote_details, orsubscription_details. -
equals
-
canEqual
-
hashCode
public int hashCode()
-