CouponLinkResult class
高效转链返回数据模型
Constructors
- CouponLinkResult.new({String? couponRemainCount, String? kuaiZhanUrl, String? minCommissionRate, double? originalPrice, String? couponInfo, double? actualPrice, String? shortUrl, String? maxCommissionRate, String? couponEndTime, String? couponTotalCount, String? itemId, String? couponStartTime, String? couponClickUrl, String? itemUrl, String? longTpwd, String? tpwd})
-
CouponLinkResult.fromJson(Map<
String, dynamic> jsonRes) -
factory
Properties
- actualPrice ↔ double?
-
getter/setter pair
- couponClickUrl ↔ String?
-
getter/setter pair
- couponEndTime ↔ String?
-
getter/setter pair
- couponInfo ↔ String?
-
getter/setter pair
- couponRemainCount ↔ String?
-
getter/setter pair
- couponStartTime ↔ String?
-
getter/setter pair
- couponTotalCount ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemId ↔ String?
-
getter/setter pair
- itemUrl ↔ String?
-
getter/setter pair
- kuaiZhanUrl ↔ String?
-
getter/setter pair
- longTpwd ↔ String?
-
getter/setter pair
- maxCommissionRate ↔ String?
-
getter/setter pair
- minCommissionRate ↔ String?
-
getter/setter pair
- originalPrice ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shortUrl ↔ String?
-
getter/setter pair
- tpwd ↔ 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited