SubscriptionPurchaseV2 constructor

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

Implementation

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