SubscriptionPurchaseV2 constructor
SubscriptionPurchaseV2({
- String? acknowledgementState,
- CanceledStateContext? canceledStateContext,
- ExternalAccountIdentifiers? externalAccountIdentifiers,
- String? kind,
- String? latestOrderId,
- List<
SubscriptionPurchaseLineItem> ? lineItems, - String? linkedPurchaseToken,
- PausedStateContext? pausedStateContext,
- String? regionCode,
- String? startTime,
- SubscribeWithGoogleInfo? subscribeWithGoogleInfo,
- String? subscriptionState,
- 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,
});