Skip to main content

MeCheckoutSessionResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/MeCheckoutSessionResponseBody.json
amountCentsint64required
currencystringrequired
invoiceNumberstringrequired
invoiceUuidstringrequired
sessionIdstringrequired
urlstringrequired
MeCheckoutSessionResponseBody
{
"$schema": "https://example.com/schemas/MeCheckoutSessionResponseBody.json",
"amountCents": 0,
"currency": "string",
"invoiceNumber": "string",
"invoiceUuid": "string",
"sessionId": "string",
"url": "string"
}