Package com.stripe.model
Class InvoiceLineItem.TaxCalculationReference
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceLineItem.TaxCalculationReference
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoiceLineItem
For more details about TaxCalculationReference, 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
The calculation identifier for tax calculation response.The calculation identifier for tax calculation response line item.int
hashCode()
void
setCalculationId
(String calculationId) The calculation identifier for tax calculation response.void
setCalculationItemId
(String calculationItemId) The calculation identifier for tax calculation response line item.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TaxCalculationReference
public TaxCalculationReference()
-
-
Method Details
-
getCalculationId
The calculation identifier for tax calculation response. -
getCalculationItemId
The calculation identifier for tax calculation response line item. -
setCalculationId
The calculation identifier for tax calculation response. -
setCalculationItemId
The calculation identifier for tax calculation response line item. -
equals
-
canEqual
-
hashCode
public int hashCode()
-