resolveBalanceResult
Pass the BalanceResult you get from the call to the /paymentMethods/balance endpoint of the Checkout API to continue the gift card flow. You should make this call in the GiftCardComponentCallback.onBalanceCheck callback. Deserialize the response using BalanceResult.SERIALIZER.
Parameters
balanceResult
The deserialized response from the /paymentMethods/balance endpoint.