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