Package com.stripe.model
Class Quote.TransferData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.TransferData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote
Tax rates can be applied to invoices, subscriptions and Checkout
Sessions to collect tax.
Related guide: Tax Rates.
-
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 expandabledestination
object.Get expandeddestination
.int
hashCode()
void
void
setAmountPercent
(BigDecimal amountPercent) void
setDestination
(String id) void
setDestinationObject
(Account expandableObject) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TransferData
public TransferData()
-
-
Method Details
-
getDestination
Get ID of expandabledestination
object. -
setDestination
-
getDestinationObject
Get expandeddestination
. -
setDestinationObject
-
getAmount
-
getAmountPercent
-
setAmount
-
setAmountPercent
-
equals
-
canEqual
-
hashCode
public int hashCode()
-