PaymentRequest constructor
PaymentRequest({
- required PaymentProduct paymentProduct,
- bool tokenize = false,
- AccountOnFile? accountOnFile,
Implementation
PaymentRequest(
{required this.paymentProduct,
this.tokenize = false,
this.accountOnFile});