LokotroPaymentFormData constructor
LokotroPaymentFormData({
- required String paymentMethodId,
- required LokotroPayChannel channel,
- required Map<
String, dynamic> formData, - DateTime? timestamp,
Implementation
LokotroPaymentFormData({
required this.paymentMethodId,
required this.channel,
required this.formData,
DateTime? timestamp,
}) : timestamp = timestamp ?? DateTime.now();