SerenAI

Pay Per Call Agentic Commerce

SlashChargeRequest

Properties

PropertyTypeRequiredDescription
reason string Yes
slash_amount_atomic integer Yes
View JSON Schema
{
  "type": "object",
  "required": [
    "slash_amount_atomic",
    "reason"
  ],
  "properties": {
    "reason": {
      "type": "string"
    },
    "slash_amount_atomic": {
      "type": "integer",
      "format": "int64"
    }
  }
}