Returns the `checkoutSettings` applied to the checkout.
Returns the `checkoutSettings` applied to the checkout.
export function useCheckoutSettings< Target extends RenderExtensionTarget = RenderExtensionTarget, >(): CheckoutSettings { return useSubscription(useApi<Target>().checkoutSettings); }
Settings describing the behavior of the buyer's checkout.
The type of order that will be created once the buyer completes checkout.
Represents the merchant configured payment terms.
Settings describing the behavior of the shipping address.
Represents the payment terms template object.
A globally-unique ID.
The name of the payment terms translated to the buyer's current language. See [localization.language](/docs/api/checkout-ui-extensions/apis/standardapi#properties-propertydetail-localization).
The due date for net payment terms as a ISO 8601 formatted string `YYYY-MM-DDTHH:mm:ss.sssZ`.
The number of days between the issued date and due date if using net payment terms.
Settings describing the behavior of the shipping address.
Describes whether the buyer can ship to any address during checkout.