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
For more details about FeeDetail, 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 booleanbooleanAmount 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_feeortax.inthashCode()voidAmount of the fee, in cents.voidsetApplication(String application) ID of the Connect application that earned the fee.voidsetCurrency(String currency) Three-letter ISO currency code, in lowercase.voidsetDescription(String description) An arbitrary string attached to the object.voidType of the fee, one of:application_fee,payment_method_passthrough_fee,stripe_feeortax.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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_feeortax. -
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_feeortax. -
equals
-
canEqual
-
hashCode
public int hashCode()
-