LokotroPaymentInfo constructor
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,
Implementation
LokotroPaymentInfo({
required this.id,
required this.amount,
required this.currency,
required this.description,
required this.merchantName,
required this.merchantId,
required this.availablePaymentMethods,
required this.createdAt,
this.expiresAt,
this.metadata,
this.paymentUrl,
this.showUserInfoForm = false,
this.showPaymentMethodForm = false,
this.fillingInfo,
});