MeListTransactionsResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/MeListTransactionsResponseBody.jsonitems object[]required
Array [
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/Transaction.jsonamountCentsint64required
chargedAtdate-time
createdAtdate-timerequired
currencystringrequired
descriptionstring
failureCodestring
failureMsgstring
invoiceUUIDstring
metadata object
property name*string
providerstringrequired
providerTxIDstringrequired
refundedAtdate-time
refundedCentsint64
statusstringrequired
subscriptionUUIDstring
tenantUUIDstring
updatedAtdate-timerequired
uuidstringrequired
]
totalint64required
MeListTransactionsResponseBody
{
"$schema": "https://example.com/schemas/MeListTransactionsResponseBody.json",
"items": "Unknown Type: array,null",
"total": 0
}