Class UsageTransaction

java.lang.Object
com.mailosaur.models.UsageTransaction

public class UsageTransaction extends Object
Usage transaction.
  • Constructor Details

    • UsageTransaction

      public UsageTransaction()
  • Method Details

    • timestamp

      public com.google.api.client.util.DateTime timestamp()
      Gets the date/time of the transaction.
      Returns:
      The date/time of the transaction.
    • email

      public Integer email()
      Gets the number of emails.
      Returns:
      The number of emails.
    • sms

      public Integer sms()
      Gets the number of SMS messages.
      Returns:
      The number of SMS messages.