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