Class FinancialAccount.StatusDetails.Closed.ForwardingSettings

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.FinancialAccount.StatusDetails.Closed.ForwardingSettings
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
FinancialAccount.StatusDetails.Closed

public static class FinancialAccount.StatusDetails.Closed.ForwardingSettings extends StripeObject
For more details about ForwardingSettings, please refer to the API Reference.
  • Constructor Details

    • ForwardingSettings

      public ForwardingSettings()
  • Method Details

    • getPaymentMethod

      public String getPaymentMethod()
    • getPayoutMethod

      public String getPayoutMethod()
    • setPaymentMethod

      public void setPaymentMethod(String paymentMethod)
    • setPayoutMethod

      public void setPayoutMethod(String payoutMethod)
    • 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