Subscription class

Constructors

Subscription({SubscriptionData? data, bool? first, String? idCustomer, String? idPlan, String? ip, String? methodConfirmation, String? nextVerificationDate, List? paymentAttempts, String? periodEnd, PeriodStart? periodStart, String? status, String? tokenCard, String? urlConfirmation})
Subscription.fromJson(Map<String, dynamic> json)
factory

Properties

data SubscriptionData?
final
first bool?
final
hashCode int
The hash code for this object.
no setterinherited
idCustomer String?
final
idPlan String?
final
ip String?
final
methodConfirmation String?
final
nextVerificationDate String?
final
paymentAttempts List?
final
periodEnd String?
final
periodStart PeriodStart?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
tokenCard String?
final
urlConfirmation String?
final

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