resolveOrderResponse
Pass the OrderResponse you get from the call to the /orders endpoint of the Checkout API to continue the gift card flow. You should make this call in the GiftCardComponentCallback.onRequestOrder callback. Deserialize the response using OrderResponse.SERIALIZER.
Parameters
orderResponse
The deserialized response from the /orders endpoint.