Subscriptions class

Constructors

Subscriptions({String? id, String? subscriberId, String? price, String? status, String? wallet, String? paymentHash, String? currency, int? passengerChangeCounter, String? package, String? expiryDate, String? type, int? maxTotalBooking, int? neoMilesPaymentPercentage, int? neoOneMonthlySubscription, String? paymentId, String? createdAt, String? updatedAt, String? name})
Subscriptions.fromJson(Map<String, dynamic> json)

Properties

createdAt String?
getter/setter pair
currency String?
getter/setter pair
expiryDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
maxTotalBooking int?
getter/setter pair
name String?
getter/setter pair
neoMilesPaymentPercentage int?
getter/setter pair
neoOneMonthlySubscription int?
getter/setter pair
package String?
getter/setter pair
passengerChangeCounter int?
getter/setter pair
paymentHash String?
getter/setter pair
paymentId String?
getter/setter pair
price String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
subscriberId String?
getter/setter pair
type String?
getter/setter pair
updatedAt String?
getter/setter pair
wallet 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.
inherited

Operators

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