UpdateNewShippingQuery constructor

UpdateNewShippingQuery({
  1. String? extra,
  2. int? client_id,
  3. int64? id,
  4. int53? sender_user_id,
  5. string? invoice_payload,
  6. Address? shipping_address,
})

Implementation

UpdateNewShippingQuery({
  super.extra,
  super.client_id,
  this.id,
  this.sender_user_id,
  this.invoice_payload,
  this.shipping_address,
});