SerenAI

Pay Per Call Agentic Commerce

RefundChargeRequest

Properties

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