Package com.stripe.model
Class InvoiceLineItem.ProrationDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceLineItem.ProrationDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoiceLineItem
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanFor a credit prorationline_item, the original debit line_items to which the credit proration applies.inthashCode()voidsetCreditedItems(InvoiceLineItem.ProrationDetails.CreditedItems creditedItems) For a credit prorationline_item, the original debit line_items to which the credit proration applies.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ProrationDetails
public ProrationDetails()
-
-
Method Details
-
getCreditedItems
For a credit prorationline_item, the original debit line_items to which the credit proration applies. -
setCreditedItems
For a credit prorationline_item, the original debit line_items to which the credit proration applies. -
equals
-
canEqual
-
hashCode
public int hashCode()
-