Class FinancialAddressCreditSimulation

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.FinancialAddressCreditSimulation
All Implemented Interfaces:
StripeObjectInterface

public class FinancialAddressCreditSimulation extends StripeObject
  • Constructor Details

    • FinancialAddressCreditSimulation

      public FinancialAddressCreditSimulation()
  • Method Details

    • getLivemode

      public Boolean getLivemode()
      Has the value true if the object exists in live mode or the value false if the object exists in test mode.
    • getObject

      public String getObject()
      String representing the object's type. Objects of the same type share the same value of the object field.

      Equal to financial_address_credit_simulation.

    • getStatus

      public String getStatus()
      The status of the request, signifying whether a simulated credit was initiated.
    • setLivemode

      public void setLivemode(Boolean livemode)
      Has the value true if the object exists in live mode or the value false if the object exists in test mode.
    • setObject

      public void setObject(String object)
      String representing the object's type. Objects of the same type share the same value of the object field.

      Equal to financial_address_credit_simulation.

    • setStatus

      public void setStatus(String status)
      The status of the request, signifying whether a simulated credit was initiated.
    • 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