SK2PurchaseResult constructor
const
SK2PurchaseResult({
- required SK2PurchaseStatus status,
- String? productId,
- SK2ProductType? productType,
- String? transactionId,
- String? originalTransactionId,
- DateTime? purchaseDate,
- DateTime? expirationDate,
- DateTime? revocationDate,
- SK2OwnershipType? ownershipType,
- bool isIntroOffer = false,
- SK2OfferType? introOfferType,
Implementation
const SK2PurchaseResult({
required this.status,
this.productId,
this.productType,
this.transactionId,
this.originalTransactionId,
this.purchaseDate,
this.expirationDate,
this.revocationDate,
this.ownershipType,
this.isIntroOffer = false,
this.introOfferType,
});