Class: OrderResponse

OrderResponse

Class for Order Response model

new OrderResponse(orderNumber, billingAddress, shippingAddress, grossTotal, taxTotal, created, externalPaymentURL)

Parameters:
Name Type Description
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.