PaymentRequest constructor
PaymentRequest({})
Implementation
PaymentRequest({
required this.type,
this.isPayout = false,
this.token = "",
this.cardId,
required this.amount,
required this.reference,
required this.description,
required this.customer,
required this.currency,
this.is3dsEnabled = false,
});