Packages

package v0

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class MemberTrafficStatus(member: String, totalExtraTrafficLimit: Option[Long], totalExtraTrafficConsumed: Long, topUpEvents: Seq[MemberTrafficStatus.TopUpEvent], ts: Option[Timestamp]) extends GeneratedMessage with Updatable[MemberTrafficStatus] with Product with Serializable

    Full traffic status for a member at a point in time

    Full traffic status for a member at a point in time

    member

    Member the status is about

    totalExtraTrafficLimit

    Total extra traffic bought. Optional.

    totalExtraTrafficConsumed

    Total extra traffic consumed

    topUpEvents

    Current and future top up events that have been registered but are not necessarily active yet

    ts

    Timestamp at which the status is valid

    Annotations
    @SerialVersionUID()

Ungrouped