LokotroPayResponse constructor
LokotroPayResponse({
- required String message,
- required String title,
- required String customRef,
- required double amount,
- required LokotroPayApiResponseCode apiResponseCode,
- required String currency,
- required LokotroPaymentStatus paymentStatus,
- required String systemRef,
- String? transactionId,
- String? identifier,
- String? successRedirectUrl,
- String? failRedirectUrl,
- DateTime? timestamp,
- Map<
String, dynamic> ? metadata,
Implementation
LokotroPayResponse({
required this.message,
required this.title,
required this.customRef,
required this.amount,
required this.apiResponseCode,
required this.currency,
required this.paymentStatus,
required this.systemRef,
this.transactionId,
this.identifier,
this.successRedirectUrl,
this.failRedirectUrl,
this.timestamp,
this.metadata,
});