StatusResponse class

A response that contains status information for all of a customer’s subscriptions in your app.

Annotations
  • @JsonSerializable()

Constructors

StatusResponse(String environment, int? appAppleId, String bundleId, List<SubscriptionGroupIdentifierItem> data)
StatusResponse.fromJson(Map<String, dynamic> json)
factory

Properties

appAppleId int?
The app's identifier in the App Store.
final
bundleId String
The bundle identifier of the app.
final
data List<SubscriptionGroupIdentifierItem>
An array of subscription information, including signed transaction information and signed renewal information.
final
environment String
The server environment in which you’re making the request, whether sandbox or production.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited