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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Amount of the fee, in cents.ID of the Connect application that earned the fee.Three-letter ISO currency code, in lowercase.An arbitrary string attached to the object.getType()
Type of the fee, one of:application_fee
,payment_method_passthrough_fee
,stripe_fee
ortax
.int
hashCode()
void
Amount of the fee, in cents.void
setApplication
(String application) ID of the Connect application that earned the fee.void
setCurrency
(String currency) Three-letter ISO currency code, in lowercase.void
setDescription
(String description) An arbitrary string attached to the object.void
Type of the fee, one of:application_fee
,payment_method_passthrough_fee
,stripe_fee
ortax
.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FeeDetail
public FeeDetail()
-
-
Method Details
-
getAmount
Amount of the fee, in cents. -
getApplication
ID of the Connect application that earned the fee. -
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getDescription
An arbitrary string attached to the object. Often useful for displaying to users. -
getType
Type of the fee, one of:application_fee
,payment_method_passthrough_fee
,stripe_fee
ortax
. -
setAmount
Amount of the fee, in cents. -
setApplication
ID of the Connect application that earned the fee. -
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
setDescription
An arbitrary string attached to the object. Often useful for displaying to users. -
setType
Type of the fee, one of:application_fee
,payment_method_passthrough_fee
,stripe_fee
ortax
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-