SubscriptionRequest class

Constructors

SubscriptionRequest({required String? idPlan, String? ip, String? urlConfirmation, String? methodConfirmation, required UserEntity? userEntity, required CardRequest cardRequest})

Properties

cardRequest CardRequest
final
hashCode int
The hash code for this object.
no setterinherited
idPlan String?
final
ip String?
final
methodConfirmation String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlConfirmation String?
final
userEntity UserEntity?
final

Methods

copyWith({String? idPlan, String? ip, String? urlConfirmation, String? methodConfirmation, UserEntity? userEntity, CardRequest? cardRequest}) SubscriptionRequest
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