ProductPurchase constructor
ProductPurchase({
- int? acknowledgementState,
- int? consumptionState,
- String? developerPayload,
- String? kind,
- String? obfuscatedExternalAccountId,
- String? obfuscatedExternalProfileId,
- String? orderId,
- String? productId,
- int? purchaseState,
- String? purchaseTimeMillis,
- String? purchaseToken,
- int? purchaseType,
- int? quantity,
- int? refundableQuantity,
- String? regionCode,
Implementation
ProductPurchase({
this.acknowledgementState,
this.consumptionState,
this.developerPayload,
this.kind,
this.obfuscatedExternalAccountId,
this.obfuscatedExternalProfileId,
this.orderId,
this.productId,
this.purchaseState,
this.purchaseTimeMillis,
this.purchaseToken,
this.purchaseType,
this.quantity,
this.refundableQuantity,
this.regionCode,
});