Package com.stripe.model
Class ProrationDetails
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.ProrationDetails
-
- All Implemented Interfaces:
StripeObjectInterface
public class ProrationDetails extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description ProrationDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
CreditedItems
getCreditedItems()
For a credit prorationline_item
, the original debit line_items to which the credit proration applies.int
hashCode()
void
setCreditedItems(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
-
-
-
-
Method Detail
-
getCreditedItems
public CreditedItems getCreditedItems()
For a credit prorationline_item
, the original debit line_items to which the credit proration applies.
-
setCreditedItems
public void setCreditedItems(CreditedItems creditedItems)
For a credit prorationline_item
, the original debit line_items to which the credit proration applies.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-