Skip to main content

LogoutResponse Object

Description

Response from a logout operation.

Declaration

type LogoutResponse {
ok: Boolean
checkout: Checkout
}

Fields

NameTypeDescription
okBooleanWhether the logout was successful.
checkoutCheckoutAssociated checkout if one exists.