LokotroPayOnError constructor
LokotroPayOnError({})
Implementation
LokotroPayOnError({
required this.message,
required this.title,
this.errorCode,
this.identifier,
this.customerReference,
this.systemReference,
this.amount,
this.currency,
this.successRedirectUrl,
this.failRedirectUrl,
DateTime? timestamp,
}) : timestamp = timestamp ?? DateTime.now();