CheckoutVerifyAndUpdateResponse Object
Description
Response from verifying and updating a checkout.
Declaration
type CheckoutVerifyAndUpdateResponse {
checkout: Checkout
message: String
}
Fields
| Name | Type | Description |
|---|---|---|
checkout | Checkout | Updated checkout information. |
message | String | Optional message about the verification or update. |