data class Subscription
Subscription(subscriptionId: String, clientId: String, userId: String, productId: String, parentProductId: String, identifierId: String, orderId: String, startDate: Date, originalPurchaseDate: Date, expires: Date, autoRenew: String, renewPrice: String, currency: String, renewPeriod: String, autoRenewLockPeriod: String, autoRenewDisabled: String, gracePeriod: String, emailReceiptCount: String, finalEndDate: Date?, chargeRetryCount: String, chargeLastRetry: String?, status: String, statusChangeCode: String?, statusChangeDate: Date?, updated: Date?, created: Date, product: Product, statusMsg: String) |
val autoRenew: String |
|
val autoRenewDisabled: String |
|
val autoRenewLockPeriod: String |
|
val chargeLastRetry: String? |
|
val chargeRetryCount: String |
|
val clientId: String |
|
val created: Date |
|
val currency: String |
|
val emailReceiptCount: String |
|
val expires: Date |
|
val finalEndDate: Date? |
|
val gracePeriod: String |
|
val identifierId: String |
|
val orderId: String |
|
val originalPurchaseDate: Date |
|
val parentProductId: String |
|
val product: Product |
|
val productId: String |
|
val renewPeriod: String |
|
val renewPrice: String |
|
val startDate: Date |
|
val status: String |
|
val statusChangeCode: String? |
|
val statusChangeDate: Date? |
|
val statusMsg: String |
|
val subscriptionId: String |
|
val updated: Date? |
|
val userId: String |