Package com.stripe.model
Class BalanceTransaction.FeeDetail
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.BalanceTransaction.FeeDetail
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- BalanceTransaction
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
void
setApplication
(String application) void
setCurrency
(String currency) void
setDescription
(String description) void
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FeeDetail
public FeeDetail()
-
-
Method Details