AppOrder constructor
AppOrder({
- 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,
Implementation
AppOrder({
this.id = "",
this.description = "",
this.url = '',
this.createdTime = 0,
this.customerEmail = '',
this.customerType = ProfileType.general,
this.couponId = '',
this.invoiceIds,
this.product,
this.subscriptionPlan,
this.googlePlayPurchaseDetails,
this.appStorePurchaseDetails,
});