Package com.stripe.model
Class InvoiceLineItem.Parent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceLineItem.Parent
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoiceLineItem
For more details about Parent, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about InvoiceItemDetails, please refer to the API Reference.static class
For more details about SubscriptionItemDetails, 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 invoice item that generated this line item.Details about the subscription item that generated this line item.getType()
The type of parent that generated this line itemint
hashCode()
void
setInvoiceItemDetails
(InvoiceLineItem.Parent.InvoiceItemDetails invoiceItemDetails) Details about the invoice item that generated this line item.void
setSubscriptionItemDetails
(InvoiceLineItem.Parent.SubscriptionItemDetails subscriptionItemDetails) Details about the subscription item that generated this line item.void
The type of parent that generated this line itemMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Parent
public Parent()
-
-
Method Details
-
getInvoiceItemDetails
Details about the invoice item that generated this line item. -
getSubscriptionItemDetails
Details about the subscription item that generated this line item. -
getType
The type of parent that generated this line itemOne of
invoice_item_details
, orsubscription_item_details
. -
setInvoiceItemDetails
Details about the invoice item that generated this line item. -
setSubscriptionItemDetails
public void setSubscriptionItemDetails(InvoiceLineItem.Parent.SubscriptionItemDetails subscriptionItemDetails) Details about the subscription item that generated this line item. -
setType
The type of parent that generated this line itemOne of
invoice_item_details
, orsubscription_item_details
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-