Paytronix · JSON Structure

Server Api Wallet Content Structure

A wallet code and quantity used in add/redeem operations.

Type: object Properties: 3
RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Properties

walletCode quantity expiration

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/paytronix/refs/heads/main/json-structure/server-api-wallet-content-structure.json",
  "name": "WalletContent",
  "description": "A wallet code and quantity used in add/redeem operations.",
  "type": "object",
  "properties": {
    "walletCode": {
      "type": "string",
      "example": "1"
    },
    "quantity": {
      "type": "double",
      "example": 10
    },
    "expiration": {
      "type": "date"
    }
  }
}