ReceiptValidationResultAndroid constructor
const
ReceiptValidationResultAndroid({
- required bool autoRenewing,
- required bool betaProduct,
- double? cancelDate,
- String? cancelReason,
- double? deferredDate,
- String? deferredSku,
- required double freeTrialEndDate,
- required double gracePeriodEndDate,
- required String parentProductId,
- required String productId,
- required String productType,
- required double purchaseDate,
- required int quantity,
- required String receiptId,
- required double renewalDate,
- required String term,
- required String termSku,
- required bool testTransaction,
Implementation
const ReceiptValidationResultAndroid({
required this.autoRenewing,
required this.betaProduct,
this.cancelDate,
this.cancelReason,
this.deferredDate,
this.deferredSku,
required this.freeTrialEndDate,
required this.gracePeriodEndDate,
required this.parentProductId,
required this.productId,
required this.productType,
required this.purchaseDate,
required this.quantity,
required this.receiptId,
required this.renewalDate,
required this.term,
required this.termSku,
required this.testTransaction,
});