Class UsageAccountLimit

java.lang.Object
com.mailosaur.models.UsageAccountLimit

public class UsageAccountLimit extends Object
The detail of an individual account limit.
  • Constructor Details

    • UsageAccountLimit

      public UsageAccountLimit()
  • Method Details

    • limit

      public Integer limit()
      Gets the limit for your account.
      Returns:
      The limit for your account.
    • current

      public Integer current()
      Gets your account usage so far.
      Returns:
      Your account usage so far.