PublisherChargeInfo
Properties
| Property | Type | Required | Description |
|---|---|---|---|
agent_wallet |
string | Yes | |
amount_atomic |
integer | Yes | |
id |
string | Yes | |
status |
string | Yes |
View JSON Schema
{
"type": "object",
"required": [
"id",
"status",
"amount_atomic",
"agent_wallet"
],
"properties": {
"agent_wallet": {
"type": "string"
},
"amount_atomic": {
"type": "integer",
"format": "int64"
},
"id": {
"type": "string",
"format": "uuid"
},
"status": {
"type": "string"
}
}
}