Skip to content

getCheckout(__)

mauryaratan edited this page Feb 5, 2023 · 1 revision

getCheckout(_:)

Get a single checkout by ID.

public func getCheckout(_ checkoutId: Checkout.ID)

Parameters

  • checkoutId: The ID of the checkout you'd like to retrieve.

Returns

A response object containing the requested Checkout.

Types
Global Functions
Clone this wiki locally