Package com.stripe.model
Class QuotePreviewInvoice.TotalMarginAmount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuotePreviewInvoice.TotalMarginAmount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- QuotePreviewInvoice
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The amount, in cents (or local equivalent), of the reduction in line item amount.Get ID of expandablemargin
object.Get expandedmargin
.int
hashCode()
void
The amount, in cents (or local equivalent), of the reduction in line item amount.void
void
setMarginObject
(Margin expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TotalMarginAmount
public TotalMarginAmount()
-
-
Method Details
-
getMargin
Get ID of expandablemargin
object. -
setMargin
-
getMarginObject
Get expandedmargin
. -
setMarginObject
-
getAmount
The amount, in cents (or local equivalent), of the reduction in line item amount. -
setAmount
The amount, in cents (or local equivalent), of the reduction in line item amount. -
equals
-
canEqual
-
hashCode
public int hashCode()
-