new CheckoutApiOrderResponseSchema(customerNumber, orderNumber, billingAddress, shippingAddress, grossTotal, taxTotal, created, externalPaymentURL)
Parameters:
Name | Type | Description |
---|---|---|
customerNumber |
String | the customer number. |
orderNumber |
String | the order number. |
billingAddress |
Address | the billing address. |
shippingAddress |
Address | the shipping address. |
grossTotal |
Price | gross total of the discount. |
taxTotal |
Price | tax total of the discount. |
created |
String | creation date. |
externalPaymentURL |
String | the payment URL. |