ProductPurchaseV2 constructor
ProductPurchaseV2({
- String? acknowledgementState,
- String? kind,
- String? obfuscatedExternalAccountId,
- String? obfuscatedExternalProfileId,
- String? orderId,
- List<
ProductLineItem> ? productLineItem, - String? purchaseCompletionTime,
- PurchaseStateContext? purchaseStateContext,
- String? regionCode,
- TestPurchaseContext? testPurchaseContext,
Implementation
ProductPurchaseV2({
this.acknowledgementState,
this.kind,
this.obfuscatedExternalAccountId,
this.obfuscatedExternalProfileId,
this.orderId,
this.productLineItem,
this.purchaseCompletionTime,
this.purchaseStateContext,
this.regionCode,
this.testPurchaseContext,
});