PaymentsGetPaymentForm constructor
const
PaymentsGetPaymentForm({
- required InputInvoiceBase invoice,
- DataJSONBase? themeParams,
Payments Get Payment Form constructor.
Implementation
const PaymentsGetPaymentForm({required this.invoice, this.themeParams})
: super._();