UpdateNewPreCheckoutQuery constructor
UpdateNewPreCheckoutQuery({})
Implementation
UpdateNewPreCheckoutQuery({
required this.id,
required this.senderUserId,
required this.currency,
required this.totalAmount,
required this.invoicePayload,
required this.shippingOptionId,
this.orderInfo,
});