Class ApiUsedAmount

java.lang.Object
company.tap.commondependencies.ApiModels.ApiUsedAmount

public class ApiUsedAmount
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    double netAmount  
    double rewardsAmount  
  • Constructor Summary

    Constructors
    Constructor Description
    ApiUsedAmount()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • rewardsAmount

      public double rewardsAmount
    • netAmount

      public double netAmount
  • Constructor Details

    • ApiUsedAmount

      public ApiUsedAmount()