You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client.qualifications().checkEligibility() accepts an option to expand redeemables, but the expanded values do not appear to be available in CheckEligibilityResponse.getRedeemable().getData().
RedeemableDataResponse does not have a getName or getBanner ... even though these values are returned in the underlying API call.
client.stackables().validate does not appear to expose the applied_discount_amount property in the OrderResponse class, even though the value is present in the underlying API call to /v1/validations. The equivalent OrderItemResponse.getAppliedDiscountAmount() is there, but OrderResponse just has getDiscountAmount() and no getAppliedDiscountAmount().
The text was updated successfully, but these errors were encountered:
client.qualifications().checkEligibility() accepts an option to expand redeemables, but the expanded values do not appear to be available in CheckEligibilityResponse.getRedeemable().getData().
RedeemableDataResponse does not have a getName or getBanner ... even though these values are returned in the underlying API call.
The text was updated successfully, but these errors were encountered: