toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final acknowledgementState = this.acknowledgementState;
final canceledStateContext = this.canceledStateContext;
final etag = this.etag;
final externalAccountIdentifiers = this.externalAccountIdentifiers;
final kind = this.kind;
final latestOrderId = this.latestOrderId;
final lineItems = this.lineItems;
final linkedPurchaseToken = this.linkedPurchaseToken;
final outOfAppPurchaseContext = this.outOfAppPurchaseContext;
final pausedStateContext = this.pausedStateContext;
final regionCode = this.regionCode;
final startTime = this.startTime;
final subscribeWithGoogleInfo = this.subscribeWithGoogleInfo;
final subscriptionState = this.subscriptionState;
final testPurchase = this.testPurchase;
return {
'acknowledgementState': ?acknowledgementState,
'canceledStateContext': ?canceledStateContext,
'etag': ?etag,
'externalAccountIdentifiers': ?externalAccountIdentifiers,
'kind': ?kind,
'latestOrderId': ?latestOrderId,
'lineItems': ?lineItems,
'linkedPurchaseToken': ?linkedPurchaseToken,
'outOfAppPurchaseContext': ?outOfAppPurchaseContext,
'pausedStateContext': ?pausedStateContext,
'regionCode': ?regionCode,
'startTime': ?startTime,
'subscribeWithGoogleInfo': ?subscribeWithGoogleInfo,
'subscriptionState': ?subscriptionState,
'testPurchase': ?testPurchase,
};
}