GetPaymentForm constructor

GetPaymentForm({
  1. String? extra,
  2. int? client_id,
  3. InputInvoice? input_invoice,
  4. ThemeParameters? theme,
})

Implementation

GetPaymentForm({
  super.extra,
  super.client_id,
  this.input_invoice,
  this.theme,
});