SubscriptionEntity class

Constructors

SubscriptionEntity({required String id, required String epaycoId, required String epaycoUserId, required String epaycoTokenCard, required String planIdFk, required String pseId, required String suscriptionIdFk, required String organizationUidFk, required String userOwnerUidFk, required DateTime startDate, required DateTime endDate})
SubscriptionEntity.fromJson(Map<String, dynamic> json)
factory

Properties

endDate DateTime
final
epaycoId String
final
epaycoTokenCard String
final
epaycoUserId String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
organizationUidFk String
final
planIdFk String
final
pseId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime
final
suscriptionIdFk String
final
userOwnerUidFk String
final

Methods

copyWith({String? id, String? epaycoId, String? epaycoUserId, String? epaycoTokenCard, String? planIdFk, String? pseId, String? suscriptionIdFk, String? organizationUidFk, String? userOwnerUidFk, DateTime? startDate, DateTime? endDate}) SubscriptionEntity
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