BioPayload class

Constructors

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

Properties

androidApplicationId String?
getter/setter pair
authenticateType String?
getter/setter pair
authenticationId String?
getter/setter pair
easyType String?
getter/setter pair
extra BioExtra?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iosApplicationId String?
getter/setter pair
items List<Item>?
getter/setter pair
metadata Map<String, dynamic>?
getter/setter pair
method String?
getter/setter pair
methods List<String>?
getter/setter pair
names List<String>?
getter/setter pair
orderId String?
getter/setter pair
orderName String?
getter/setter pair
pg String?
getter/setter pair
price double?
getter/setter pair
priceComma → dynamic
no setter
prices List<BioPrice>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionId String?
getter/setter pair
taxFree double?
getter/setter pair
token String?
getter/setter pair
user ↔ User?
getter/setter pair
userToken String?
getter/setter pair
walletId String?
getter/setter pair
webApplicationId String?
getter/setter pair

Methods

getApplicationId() → dynamic
getItems() String
getMetadataStringAndroid() String
getMethods() String
getParamsString() String
methodListString() 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
toStringEasyPay() String

Operators

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