AppOrder class
Constructors
-
AppOrder.new({String id = "", String description = "", String url = '', int createdTime = 0, String customerEmail = '', ProfileType customerType = ProfileType.general, String couponId = '', List<
String> ? invoiceIds, AppProduct? product, SubscriptionPlan? subscriptionPlan, GooglePlayPurchaseDetails? googlePlayPurchaseDetails, AppStorePurchaseDetails? appStorePurchaseDetails}) - AppOrder.fromJSON(dynamic data)
Properties
- appStorePurchaseDetails ↔ AppStorePurchaseDetails?
-
getter/setter pair
- couponId ↔ String
-
getter/setter pair
- createdTime ↔ int
-
getter/setter pair
- customerEmail ↔ String
-
getter/setter pair
- customerType ↔ ProfileType
-
getter/setter pair
- description ↔ String
-
getter/setter pair
- googlePlayPurchaseDetails ↔ GooglePlayPurchaseDetails?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
-
invoiceIds
↔ List<
String> ? -
getter/setter pair
- product ↔ AppProduct?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscriptionPlan ↔ SubscriptionPlan?
-
getter/setter pair
- url ↔ String
-
getter/setter pair
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
appStorePurchaseDetailsFromJSON(
dynamic data) → AppStorePurchaseDetails? -
appStorePurchaseDetailsJSON(
AppStorePurchaseDetails? purchaseDetails) → Map -
googlePlayPurchaseDetailsFromJSON(
dynamic data) → GooglePlayPurchaseDetails? -
googlePlayPurchaseDetailsJSON(
GooglePlayPurchaseDetails? purchaseDetails) → Map