GetSubscriptionResult

data class GetSubscriptionResult(val apiproduct: String, val createdAt: String, val endTime: String, val lastModifiedAt: String, val name: String, val startTime: String)

Constructors

Link copied to clipboard
fun GetSubscriptionResult(apiproduct: String, createdAt: String, endTime: String, lastModifiedAt: String, name: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the API product for which the developer is purchasing a subscription.

Link copied to clipboard

Time when the API product subscription was created in milliseconds since epoch.

Link copied to clipboard

Time when the API product subscription ends in milliseconds since epoch.

Link copied to clipboard

Time when the API product subscription was last modified in milliseconds since epoch.

Link copied to clipboard

Name of the API product subscription.

Link copied to clipboard

Time when the API product subscription starts in milliseconds since epoch.