Payload constructor
Payload({})
Implementation
Payload({
required this.handle,
required this.items,
this.orderNSU,
this.redirectUrl,
this.webhookUrl,
this.customer,
this.address,
});
Payload({
required this.handle,
required this.items,
this.orderNSU,
this.redirectUrl,
this.webhookUrl,
this.customer,
this.address,
});