Package com.stripe.v2

Class Amount

All Implemented Interfaces:
StripeObjectInterface

public final class Amount extends StripeObject
  • Constructor Details

    • Amount

      public Amount(long value, String currency)
  • Method Details

    • getValue

      public long getValue()
    • getCurrency

      public String getCurrency()
    • 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