Payment class

Annotations
  • @freezed

Constructors

Payment.new({String? publicReference, String? reference, String? authorization, String? name, String? amount, Country? country, String? msisdn, String? currency, PaymentType? paymentType, String? pan, String? exp, String? cvv, int? timeOut, String? referencePrefix, String? transactionId, TargetEnvironment? targetEnvironment})
const
factory

Properties

amount String?
no setterinherited
authorization String?
no setterinherited
copyWith → $PaymentCopyWith<Payment>
Create a copy of Payment with the given fields replaced by the non-null parameter values.
no setterinherited
country Country?
no setterinherited
currency String?
no setterinherited
cvv String?
no setterinherited
exp String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
msisdn String?
no setterinherited
name String?
no setterinherited
pan String?
no setterinherited
paymentType PaymentType?
no setterinherited
publicReference String?
no setterinherited
reference String?
no setterinherited
referencePrefix String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetEnvironment TargetEnvironment?
no setterinherited
timeOut int?
no setterinherited
transactionId String?
no setterinherited

Methods

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

Operators

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