feat: add CheckoutClient and keys field to PricingModifierMarkerPricingConditions - #18
Open
fern-api[bot] wants to merge 3 commits into
Open
feat: add CheckoutClient and keys field to PricingModifierMarkerPricingConditions#18fern-api[bot] wants to merge 3 commits into
fern-api[bot] wants to merge 3 commits into
Conversation
fern-api
Bot
force-pushed
the
fern-bot/2026-08-18_07-48-57_846
branch
4 times, most recently
from
August 25, 2026 14:31
2725d16 to
f6a0046
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-08-18_07-48-57_846
branch
6 times, most recently
from
August 28, 2026 09:40
d927a58 to
bbfb42c
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-08-18_07-48-57_846
branch
3 times, most recently
from
September 1, 2026 16:03
30e6eec to
ba8e312
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-08-18_07-48-57_846
branch
from
September 2, 2026 14:58
ba8e312 to
47233d7
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-08-18_07-48-57_846
branch
from
September 2, 2026 18:33
47233d7 to
537c042
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-08-18_07-48-57_846
branch
from
September 3, 2026 17:54
537c042 to
eacc15f
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-08-18_07-48-57_846
branch
from
September 4, 2026 10:45
eacc15f to
489957d
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-08-18_07-48-57_846
branch
from
September 5, 2026 10:11
489957d to
3c7c1ed
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-08-18_07-48-57_846
branch
from
September 6, 2026 09:05
3c7c1ed to
5677369
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-java-sdk: 4.18.1
…ModifierMarkerPricingConditions Introduce a new CheckoutClient (and async counterpart) accessible via Junction.checkout() / AsyncJunction.checkout(), exposing methods for managing checkout sessions and quotes. Also add a new optional `keys` field to PricingModifierMarkerPricingConditions that surfaces the property names present in a MarkerPricingConditions object, including names unknown to the deserializer. Key changes: - Add CheckoutClient and AsyncCheckoutClient with getCheckoutSession(), confirmCheckoutSession(), createQuote(), refineQuote(), and getQuote() methods - Expose checkout() accessor on both Junction and AsyncJunction root clients - Add keys field (List<String>) with builder methods (keys(), addKeys(), addAllKeys()) to PricingModifierMarkerPricingConditions 🌿 Generated with Fern
fern-api
Bot
force-pushed
the
fern-bot/2026-08-18_07-48-57_846
branch
from
September 6, 2026 13:22
5677369 to
7a7c102
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.3.0 → 1.4.0
Changed
MatchReviewStatus— addedPENDING_CUSTOMER_REVIEW_IN_PROGRESSconstant and a correspondingvisitPendingCustomerReviewInProgress()method on theVisitorinterface; implement this method in any customVisitorto handle the new status.Added
CheckoutClientandAsyncCheckoutClient— new clients accessible viaJunction.checkout()andAsyncJunction.checkout()for managing checkout sessions (getCheckoutSession(),confirmCheckoutSession()) and quotes (createQuote(),refineQuote(),getQuote());withRawResponse()variants expose full HTTP metadata.LabTestsClient.estimateOrderSetPricing()andAsyncLabTestsClient.estimateOrderSetPricing()— new sync and async methods for estimating pricing across an order set, posting tov3/lab_test/estimate_order_set_pricing.CheckoutSession,CheckoutSessionStatus,CheckoutQuote,CheckoutQuoteLineItem,CreateCheckoutQuoteBody,RefineCheckoutQuoteBody,EstimateOrderSetPricingBody,EstimateOrderSetPricingResponse, and related request wrapper types added to support checkout and pricing workflows.OrderSetPricing,ComponentPricingConditions,SpecifiedPricingComponentPricingConditions,PricingModifierComponentPricingConditions,PricingComponentId,WalkInCollectionNetworkSlug, and related union/enum types added for detailed order-set pricing breakdowns.ClientFacingCheckoutQuoteCreated— new webhook event model carrying ateamIdand aCheckoutQuotepayload for checkout quote creation events.See full changelog