PaymentRequest constructor
const
PaymentRequest({})
Implementation
const PaymentRequest({
required this.amount,
required this.description,
required this.customerEmail,
this.customerName,
this.externalReference,
this.successUrl,
this.failureUrl,
});