Payload class

Constructors

Payload()
Payload.fromJson(Map<String, dynamic> json)

Properties

accountExpireAt String
getter/setter pair
androidApplicationId String
getter/setter pair
applicationId String
getter/setter pair
extra Extra
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iosApplicationId String
getter/setter pair
items List<Item>
getter/setter pair
method String
getter/setter pair
methods List<String>
getter/setter pair
name String
getter/setter pair
orderId String
getter/setter pair
params Map<String, dynamic>
getter/setter pair
pg String
getter/setter pair
price double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAgreeWindow bool
getter/setter pair
taxFree double
getter/setter pair
useOrderId int
getter/setter pair
user User
getter/setter pair
userToken String
getter/setter pair

Methods

getApplicationId() → dynamic
getItems() String
getMethodList() String
getMethods() String
getParamsString() String
getParamsStringAndroid() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reVal(dynamic value) → dynamic
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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