# Checkout object

# checkout.countries

Returns an array with all the checkout countries information.

# checkout.is_recurring

Returns true if the one or more items in the checkout are subscriptions. Returns false if not.

# checkout.applied_gift_cards

Returns an array with all GiftCard objects currently applied to Cart.

# checkout.payment_methods

Returns an array with all the payment methods for the checkout.

# checkout.shipping_options

Returns an array with all the shipping options for the checkout.

# checkout.shipping_options_web

Returns an array with all the shipping options for the checkout on the web store.

# checkout.shipping_options_filtered

Returns an array with all the shipping options filtered for the current checkout and cart.