PaymentRequest constructor
const
PaymentRequest({})
Implementation
const PaymentRequest({
required this.amount,
required this.currency,
required this.description,
required this.orderId,
this.successUrl,
this.cancelUrl,
this.customerEmail,
this.customerName,
this.customerPhone,
this.metadata,
this.returnUrl,
});