Graphql fields and variables for the transaction query
Last updated 6 months ago
Was this helpful?
Scope required: billing:read
For a complete list of possible response fields see the type.
query transaction ($id: ID, $code: String, $format: String) { transaction (id: $id, code: $code, format: $format) { accountId amount createdAt currencyId description id state transactionableId } }
id
ID
code
String
format