CreateOrderBody constructor
const
CreateOrderBody({})
Implementation
const CreateOrderBody({
@required this.amount,
@required this.buyerEmail,
@required this.buyerName,
@required this.buyerPhone,
@required this.description,
});