SubscriptionInfo

data class SubscriptionInfo(val renewalType: SubscriptionsType, val expireDate: String, val promotional: Boolean, val state: SubscriptionState, val managementUrl: Uri?)

Constructors

Link copied to clipboard
constructor(renewalType: SubscriptionsType, expireDate: String, promotional: Boolean, state: SubscriptionState, managementUrl: Uri?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard