PaymentMethod class

Constructors

PaymentMethod.fromJson(Map<String, dynamic> json)

Properties

currencyIso String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrl String
getter/setter pair
isDirectPayment bool
getter/setter pair
language ApiLanguage?
getter/setter pair
paymentMethod String
no setter
paymentMethodAr String
no setter
paymentMethodCode String
getter/setter pair
paymentMethodEn String
no setter
paymentMethodId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceCharge double
getter/setter pair
totalAmount double
no setter
totalWithoutCharge double
no setter

Methods

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

Operators

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