ProductInfoReq class

Request information of the obtainProductInfo API.

Inheritance

Constructors

ProductInfoReq({required int priceType, required List<String> skuIds, String? reservedInfor})
Creates a ProductInfoReq object.
ProductInfoReq.fromJson(String str)
Creates a ProductInfoReq object from a JSON string.
factory
ProductInfoReq.fromMap(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
priceType int
Product type.
getter/setter pair
reservedInfor String?
Additional information passed via a JSON string in key-value format.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skuIds List<String>
ID list of products to be queried. Each product ID must exist and be unique in the current app.
getter/setter pair

Methods

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

Operators

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