Class OutboundPaymentQuote.From

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

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

    • From

      public From()
  • Method Details

    • getDebited

      public Amount getDebited()
      The monetary amount debited from the sender, only set on responses.
    • getFinancialAccount

      public String getFinancialAccount()
      The FinancialAccount that funds were pulled from.
    • setDebited

      public void setDebited(Amount debited)
      The monetary amount debited from the sender, only set on responses.
    • setFinancialAccount

      public void setFinancialAccount(String financialAccount)
      The FinancialAccount that funds were pulled from.
    • 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