PaymentRequest constructor

PaymentRequest({
  1. required PaymentProduct paymentProduct,
  2. bool tokenize = false,
  3. AccountOnFile? accountOnFile,
})

Implementation

PaymentRequest(
    {required this.paymentProduct,
    this.tokenize = false,
    this.accountOnFile});