PaymentsGetPaymentForm constructor

const PaymentsGetPaymentForm({
  1. required InputInvoiceBase invoice,
  2. DataJSONBase? themeParams,
})

Payments Get Payment Form constructor.

Implementation

const PaymentsGetPaymentForm({required this.invoice, this.themeParams})
    : super._();