Class FinancialAddressGeneratedMicrodeposits

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

public class FinancialAddressGeneratedMicrodeposits extends StripeObject
  • Constructor Details

    • FinancialAddressGeneratedMicrodeposits

      public FinancialAddressGeneratedMicrodeposits()
  • Method Details

    • getAmounts

      public List<Amount> getAmounts()
      The amounts of the microdeposits that were generated.
    • 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_generated_microdeposits.

    • getStatus

      public String getStatus()
      Closed Enum. The status of the request.

      Equal to accepted.

    • setAmounts

      public void setAmounts(List<Amount> amounts)
      The amounts of the microdeposits that were generated.
    • 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_generated_microdeposits.

    • setStatus

      public void setStatus(String status)
      Closed Enum. The status of the request.

      Equal to accepted.

    • 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