Class OutboundPaymentQuote.EstimatedFee

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPaymentQuote.EstimatedFee
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
OutboundPaymentQuote

public static class OutboundPaymentQuote.EstimatedFee extends StripeObject
For more details about EstimatedFee, please refer to the API Reference.
  • Constructor Details

    • EstimatedFee

      public EstimatedFee()
  • Method Details

    • getAmount

      public Amount getAmount()
      The fee amount for corresponding fee type.
    • getType

      public String getType()
      The fee type.

      One of cross_border_payout_fee, foreign_exchange_fee, instant_payout_fee, standard_payout_fee, or wire_payout_fee.

    • setAmount

      public void setAmount(Amount amount)
      The fee amount for corresponding fee type.
    • setType

      public void setType(String type)
      The fee type.

      One of cross_border_payout_fee, foreign_exchange_fee, instant_payout_fee, standard_payout_fee, or wire_payout_fee.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object