SubscriptionInfo

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

Constructors

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

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