Class Amount

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class Amount
    extends ModelObject
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Amount(String currency, Long value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getCurrency()
      final Unit setCurrency(String currency)
      final Long getValue()
      final Unit setValue(Long value)
      • Methods inherited from class com.adyen.checkout.core.internal.data.model.ModelObject

        describeContents
      • Methods inherited from class android.os.Parcelable

        writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait