Sezzle · JSON-LD Context
Sezzle Context
JSON-LD context defining the semantic vocabulary for Sezzle from Sezzle.
12 Classes
60 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
sezzle:
https://docs.sezzle.com/vocab#
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Session
Order
Customer
Token
Webhook
Payout
Price
Address
LineItem
Discount
Capture
Refund
Properties
| Property | Type | Container |
|---|---|---|
| uuid | string | |
| reference_id | string | |
| order_amount | sezzle:Price | |
| amount_in_cents | integer | |
| currency | string | |
| intent | string | |
| checkout_url | reference | |
| checkout_expiration | dateTime | |
| checkout_status | string | |
| string | ||
| first_name | string | |
| last_name | string | |
| phone | string | |
| dob | string | |
| token_expiration | dateTime | |
| billing_address | schema:PostalAddress | |
| shipping_address | schema:PostalAddress | |
| street | string | |
| street2 | string | |
| city | string | |
| state | string | |
| postal_code | string | |
| country_code | string | |
| name | string | |
| sku | string | |
| quantity | integer | |
| price | sezzle:Price | |
| items | set | |
| discounts | set | |
| shipping_amount | sezzle:Price | |
| tax_amount | sezzle:Price | |
| metadata | ||
| url | reference | |
| events | set | |
| expiration | dateTime | |
| expiration_date | dateTime | |
| merchant_uuid | string | |
| token | string | |
| tokenize | boolean | |
| approved | boolean | |
| authorization_amount | sezzle:Price | |
| sezzle_order_id | string | |
| financing_option | string | |
| captures | set | |
| releases | set | |
| refunds | set | |
| amount | sezzle:Price | |
| payout_currency | string | |
| payout_date | dateTime | |
| net_settlement_amount | decimal | |
| forex_fees | integer | |
| status | string | |
| links | set | |
| href | reference | |
| method | string | |
| rel | string | |
| is_upcharge | boolean | |
| parent_order_uuid | string | |
| upcharges | set | |
| interest_balance | decimal |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"sezzle": "https://docs.sezzle.com/vocab#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Session": "sezzle:Session",
"Order": "sezzle:Order",
"Customer": "sezzle:Customer",
"Token": "sezzle:Token",
"Webhook": "sezzle:Webhook",
"Payout": "sezzle:Payout",
"Price": "sezzle:Price",
"Address": "schema:PostalAddress",
"LineItem": "schema:OrderItem",
"Discount": "schema:Offer",
"Capture": "sezzle:Capture",
"Refund": "schema:Refund",
"uuid": {
"@id": "sezzle:uuid",
"@type": "xsd:string"
},
"reference_id": {
"@id": "sezzle:referenceId",
"@type": "xsd:string"
},
"order_amount": {
"@id": "sezzle:orderAmount",
"@type": "sezzle:Price"
},
"amount_in_cents": {
"@id": "sezzle:amountInCents",
"@type": "xsd:integer"
},
"currency": {
"@id": "schema:currency",
"@type": "xsd:string"
},
"intent": {
"@id": "sezzle:intent",
"@type": "xsd:string"
},
"checkout_url": {
"@id": "sezzle:checkoutUrl",
"@type": "@id"
},
"checkout_expiration": {
"@id": "sezzle:checkoutExpiration",
"@type": "xsd:dateTime"
},
"checkout_status": {
"@id": "sezzle:checkoutStatus",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"first_name": {
"@id": "schema:givenName",
"@type": "xsd:string"
},
"last_name": {
"@id": "schema:familyName",
"@type": "xsd:string"
},
"phone": {
"@id": "schema:telephone",
"@type": "xsd:string"
},
"dob": {
"@id": "schema:birthDate",
"@type": "xsd:string"
},
"token_expiration": {
"@id": "sezzle:tokenExpiration",
"@type": "xsd:dateTime"
},
"billing_address": {
"@id": "schema:billingAddress",
"@type": "schema:PostalAddress"
},
"shipping_address": {
"@id": "schema:deliveryAddress",
"@type": "schema:PostalAddress"
},
"street": {
"@id": "schema:streetAddress",
"@type": "xsd:string"
},
"street2": {
"@id": "sezzle:streetLine2",
"@type": "xsd:string"
},
"city": {
"@id": "schema:addressLocality",
"@type": "xsd:string"
},
"state": {
"@id": "schema:addressRegion",
"@type": "xsd:string"
},
"postal_code": {
"@id": "schema:postalCode",
"@type": "xsd:string"
},
"country_code": {
"@id": "schema:addressCountry",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"sku": {
"@id": "schema:sku",
"@type": "xsd:string"
},
"quantity": {
"@id": "schema:orderQuantity",
"@type": "xsd:integer"
},
"price": {
"@id": "schema:price",
"@type": "sezzle:Price"
},
"items": {
"@id": "schema:orderedItem",
"@container": "@set"
},
"discounts": {
"@id": "sezzle:discounts",
"@container": "@set"
},
"shipping_amount": {
"@id": "sezzle:shippingAmount",
"@type": "sezzle:Price"
},
"tax_amount": {
"@id": "sezzle:taxAmount",
"@type": "sezzle:Price"
},
"metadata": {
"@id": "sezzle:metadata"
},
"url": {
"@id": "schema:url",
"@type": "@id"
},
"events": {
"@id": "sezzle:webhookEvents",
"@container": "@set"
},
"expiration": {
"@id": "sezzle:expiration",
"@type": "xsd:dateTime"
},
"expiration_date": {
"@id": "sezzle:expirationDate",
"@type": "xsd:dateTime"
},
"merchant_uuid": {
"@id": "sezzle:merchantUuid",
"@type": "xsd:string"
},
"token": {
"@id": "sezzle:token",
"@type": "xsd:string"
},
"tokenize": {
"@id": "sezzle:tokenize",
"@type": "xsd:boolean"
},
"approved": {
"@id": "sezzle:approved",
"@type": "xsd:boolean"
},
"authorization_amount": {
"@id": "sezzle:authorizationAmount",
"@type": "sezzle:Price"
},
"sezzle_order_id": {
"@id": "sezzle:sezzleOrderId",
"@type": "xsd:string"
},
"financing_option": {
"@id": "sezzle:financingOption",
"@type": "xsd:string"
},
"captures": {
"@id": "sezzle:captures",
"@container": "@set"
},
"releases": {
"@id": "sezzle:releases",
"@container": "@set"
},
"refunds": {
"@id": "sezzle:refunds",
"@container": "@set"
},
"amount": {
"@id": "sezzle:amount",
"@type": "sezzle:Price"
},
"payout_currency": {
"@id": "sezzle:payoutCurrency",
"@type": "xsd:string"
},
"payout_date": {
"@id": "sezzle:payoutDate",
"@type": "xsd:dateTime"
},
"net_settlement_amount": {
"@id": "sezzle:netSettlementAmount",
"@type": "xsd:decimal"
},
"forex_fees": {
"@id": "sezzle:forexFees",
"@type": "xsd:integer"
},
"status": {
"@id": "sezzle:status",
"@type": "xsd:string"
},
"links": {
"@id": "sezzle:links",
"@container": "@set"
},
"href": {
"@id": "schema:url",
"@type": "@id"
},
"method": {
"@id": "sezzle:httpMethod",
"@type": "xsd:string"
},
"rel": {
"@id": "sezzle:linkRelation",
"@type": "xsd:string"
},
"is_upcharge": {
"@id": "sezzle:isUpcharge",
"@type": "xsd:boolean"
},
"parent_order_uuid": {
"@id": "sezzle:parentOrderUuid",
"@type": "xsd:string"
},
"upcharges": {
"@id": "sezzle:upcharges",
"@container": "@set"
},
"interest_balance": {
"@id": "sezzle:interestBalance",
"@type": "xsd:decimal"
}
}
}