Subscription Transaction
@Serializable
Represents a subscription transaction in the customer's purchase history.
Constructors
Link copied to clipboard
constructor(transactionId: String, productId: String, purchaseDate: Date, willRenew: Boolean, isRevoked: Boolean, isInGracePeriod: Boolean, isInBillingRetryPeriod: Boolean, isActive: Boolean, expirationDate: Date?, store: Store = Store.PLAY_STORE, offerType: LatestPeriodType? = null, subscriptionGroupId: String? = null)
Properties
Link copied to clipboard
The date that the subscription expires.
Link copied to clipboard
Indicates whether the subscription is in a billing retry period state.
Link copied to clipboard
Indicates whether the subscription is in a billing grace period state.
Link copied to clipboard
The type of offer that applied to this transaction.
Link copied to clipboard
The date that the App Store charged the user's account.
Link copied to clipboard
Link copied to clipboard
The unique identifier for the transaction.