AWOrder class

Constructors

AWOrder()

Properties

autoRenewing bool
是否自动续费
getter/setter pair
expireTime int?
过期时间
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inAppOwnershipType String?
是否是家庭共享拥有者,iOS使用
getter/setter pair
inGracePeriod bool
/订阅独有的//// 是否处于宽限期
getter/setter pair
isInIntroPeriod bool
getter/setter pair
obfuscatedAccountId String?
混淆后的账号id
getter/setter pair
obfuscatedProfileId String?
混淆后的账号id
getter/setter pair
orderId String
订单号
getter/setter pair
paymentType int
支付类型(1 订阅 2 内购):android
getter/setter pair
productId String
product id
getter/setter pair
productType String?
商品类型,iOS使用 0:消耗型,1:非消耗型,2:订阅,3:非续期订阅
getter/setter pair
purchaseState int?
订单的购买状态:The purchase state of the order. Possible values are: 0. Purchased 1. Canceled 2. Pending
getter/setter pair
purchaseTime String?
购买时间
getter/setter pair
purchaseToken String?
令牌具有唯一性,用于针对给定商品和用户对的购买进行标识。
getter/setter pair
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
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromAndroidJson(Map<String, dynamic> json) AWOrder
fromIosJson(Map<String, dynamic> json) AWOrder