Class CashBalance.Settings

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CashBalance.Settings
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
CashBalance

public static class CashBalance.Settings extends StripeObject
  • Constructor Details

    • Settings

      public Settings()
  • Method Details

    • getReconciliationMode

      public String getReconciliationMode()
      The configuration for how funds that land in the customer cash balance are reconciled.

      One of automatic, or manual.

    • getUsingMerchantDefault

      public Boolean getUsingMerchantDefault()
      A flag to indicate if reconciliation mode returned is the user's default or is specific to this customer cash balance.
    • setReconciliationMode

      public void setReconciliationMode(String reconciliationMode)
      The configuration for how funds that land in the customer cash balance are reconciled.

      One of automatic, or manual.

    • setUsingMerchantDefault

      public void setUsingMerchantDefault(Boolean usingMerchantDefault)
      A flag to indicate if reconciliation mode returned is the user's default or is specific to this customer cash balance.
    • 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