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?)