SubscriptionPurchaseV2 constructor

SubscriptionPurchaseV2({
  1. String? acknowledgementState,
  2. CanceledStateContext? canceledStateContext,
  3. String? etag,
  4. ExternalAccountIdentifiers? externalAccountIdentifiers,
  5. String? kind,
  6. String? latestOrderId,
  7. List<SubscriptionPurchaseLineItem>? lineItems,
  8. String? linkedPurchaseToken,
  9. OutOfAppPurchaseContext? outOfAppPurchaseContext,
  10. PausedStateContext? pausedStateContext,
  11. String? regionCode,
  12. String? startTime,
  13. SubscribeWithGoogleInfo? subscribeWithGoogleInfo,
  14. String? subscriptionState,
  15. TestPurchase? testPurchase,
})

Implementation

SubscriptionPurchaseV2({
  this.acknowledgementState,
  this.canceledStateContext,
  this.etag,
  this.externalAccountIdentifiers,
  this.kind,
  this.latestOrderId,
  this.lineItems,
  this.linkedPurchaseToken,
  this.outOfAppPurchaseContext,
  this.pausedStateContext,
  this.regionCode,
  this.startTime,
  this.subscribeWithGoogleInfo,
  this.subscriptionState,
  this.testPurchase,
});