Payment class

.

Annotations
  • @freezed

Constructors

Payment({@JsonKey(name: 'tariff_uid') required String tariffUid, @JsonKey(name: 'team_uid') required String teamUid, @JsonKey(name: 'user_uid') required String userUid, @JsonKey(name: 'confirmation_url') required String confirmationUrl})
const
factory
Payment.fromJson(Map<String, dynamic> json)
factory

Properties

confirmationUrl String
.
no setterinherited
copyWith → $PaymentCopyWith<Payment>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tariffUid String
.
no setterinherited
teamUid String
.
no setterinherited
userUid String
.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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