new CheckoutOrder(orderNumber, customerNumber, grossTotal, created, detailUrl)
Parameters:
Name | Type | Description |
---|---|---|
orderNumber |
String | the order number. |
customerNumber |
String | the customer number. |
grossTotal |
Price | gross total of the discount. |
created |
String | creation date. |
detailUrl |
String | the details URL. |