UpdateNewPreCheckoutQuery constructor

UpdateNewPreCheckoutQuery({
  1. String? extra,
  2. int? client_id,
  3. int64? id,
  4. int53? sender_user_id,
  5. string? currency,
  6. int53? total_amount,
  7. bytes? invoice_payload,
  8. string? shipping_option_id,
  9. OrderInfo? order_info,
})

Implementation

UpdateNewPreCheckoutQuery({
  super.extra,
  super.client_id,
  this.id,
  this.sender_user_id,
  this.currency,
  this.total_amount,
  this.invoice_payload,
  this.shipping_option_id,
  this.order_info,
});