Package com.stripe.model
Class InvoiceItem.Parent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceItem.Parent
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoiceItem
For more details about Parent, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic 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 subscription that generated this invoice item.getType()
The type of parent that generated this invoice itemint
hashCode()
void
setSubscriptionDetails
(InvoiceItem.Parent.SubscriptionDetails subscriptionDetails) Details about the subscription that generated this invoice item.void
The type of parent that generated this invoice 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
-
getSubscriptionDetails
Details about the subscription that generated this invoice item. -
getType
The type of parent that generated this invoice itemEqual to
subscription_details
. -
setSubscriptionDetails
Details about the subscription that generated this invoice item. -
setType
The type of parent that generated this invoice itemEqual to
subscription_details
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-