Package com.stripe.model
Class CreditNoteLineItem.DiscountAmount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CreditNoteLineItem.DiscountAmount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
CreditNoteLineItem
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get ID of expandablediscount
object.Get expandeddiscount
.int
hashCode()
void
void
setDiscount
(String id) void
setDiscountObject
(Discount expandableObject) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
DiscountAmount
public DiscountAmount()
-
-
Method Details