Subscriptions class

Constructors

Subscriptions({String? id, int? payerId, String? payerEmail, String? backUrl, int? collectorId, int? applicationId, String? status, String? reason, String? externalReference, DateTime? dateCreated, DateTime? lastModified, Details? details, String? paymentMethodId, String? cardId, String? nextPaymentDate, String? payerFirstName, String? paymentMethod})
Subscriptions.fromJson(Map<String, dynamic> json, {bool options = false})
factory

Properties

applicationId int?
getter/setter pair
backUrl String?
getter/setter pair
cardId String?
getter/setter pair
collectorId int?
getter/setter pair
dateCreated DateTime?
getter/setter pair
details Details?
getter/setter pair
externalReference String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
lastModified DateTime?
getter/setter pair
nextPaymentDate String?
getter/setter pair
payerEmail String?
getter/setter pair
payerFirstName String?
getter/setter pair
payerId int?
getter/setter pair
paymentMethod String?
getter/setter pair
paymentMethodId String?
getter/setter pair
reason String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status 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