Returns the proposed `attributes` applied to the checkout.
Returns the proposed `attributes` applied to the checkout.
export function useAttributes< ID extends RenderExtensionPoint = RenderExtensionPoint, >(): Attribute[] | undefined { return useSubscription(useApi<ID>().attributes); }
The key for the attribute.
The value for the attribute.