SubscriptionPurchaseV2 constructor

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

Implementation

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