Zendit · JSON Structure

Zendit Api Price Structure

Monetary amount with currency.

Type: object Properties: 2
eSIMGift CardsMobile Top-UpPaymentsPrepaid

Price is a JSON Structure definition published by Zendit, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount currency

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zendit/refs/heads/main/json-structure/zendit-api-price-structure.json",
  "name": "Price",
  "description": "Monetary amount with currency.",
  "type": "object",
  "properties": {
    "amount": {
      "type": "double",
      "example": 10.0
    },
    "currency": {
      "type": "string",
      "example": "USD"
    }
  }
}