LokotroPaymentInfo class

Payment information model

Constructors

LokotroPaymentInfo({required String id, required double amount, required String currency, required String description, required String merchantName, required String merchantId, required List<LokotroPaymentMethod> availablePaymentMethods, required DateTime createdAt, DateTime? expiresAt, Map<String, dynamic>? metadata, String? paymentUrl, bool showUserInfoForm = false, bool showPaymentMethodForm = false, String? fillingInfo})
LokotroPaymentInfo.fromJson(Map<String, dynamic> json)
factory

Properties

amount double
final
availablePaymentMethods List<LokotroPaymentMethod>
final
createdAt DateTime
final
currency String
final
description String
final
expiresAt DateTime?
final
fillingInfo String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isExpired bool
no setter
merchantId String
final
merchantName String
final
metadata Map<String, dynamic>?
final
paymentUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showPaymentMethodForm bool
final
showUserInfoForm bool
final

Methods

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