# TransactionFee - admin-graphql - OBJECT Version: 2025-01 ## Description Transaction fee related to an order transaction. ### Access Scopes `read_orders` access scope. ## Fields * [amount](/docs/api/admin-graphql/2025-01/objects/MoneyV2): MoneyV2! - Amount of the fee. * [flatFee](/docs/api/admin-graphql/2025-01/objects/MoneyV2): MoneyV2! - Flat rate charge for a transaction. * [flatFeeName](/docs/api/admin-graphql/2025-01/scalars/String): String - Name of the credit card flat fee. * [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - A globally-unique ID. * [rate](/docs/api/admin-graphql/2025-01/scalars/Decimal): Decimal! - Percentage charge. * [rateName](/docs/api/admin-graphql/2025-01/scalars/String): String - Name of the credit card rate. * [taxAmount](/docs/api/admin-graphql/2025-01/objects/MoneyV2): MoneyV2! - Tax amount charged on the fee. * [type](/docs/api/admin-graphql/2025-01/scalars/String): String! - Name of the type of fee. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples