Class OutboundPaymentQuote.EstimatedFee
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPaymentQuote.EstimatedFee
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPaymentQuote
For more details about EstimatedFee, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
EstimatedFee
public EstimatedFee()
-
-
Method Details
-
getAmount
The fee amount for corresponding fee type. -
getType
The fee type.One of
cross_border_payout_fee
,foreign_exchange_fee
,instant_payout_fee
,standard_payout_fee
, orwire_payout_fee
. -
setAmount
The fee amount for corresponding fee type. -
setType
The fee type.One of
cross_border_payout_fee
,foreign_exchange_fee
,instant_payout_fee
,standard_payout_fee
, orwire_payout_fee
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-