# TransactionFee - admin - OBJECT
Version: unstable

## Description
Transaction fee related to an order transaction.

### Access Scopes
`read_orders` access scope.


## Fields
* [amount](/docs/api/admin/unstable/objects/MoneyV2): MoneyV2! - Amount of the fee.
* [flatFee](/docs/api/admin/unstable/objects/MoneyV2): MoneyV2! - Flat rate charge for a transaction.
* [flatFeeName](/docs/api/admin/unstable/scalars/String): String - Name of the credit card flat fee.
* [id](/docs/api/admin/unstable/scalars/ID): ID! - A globally-unique ID.
* [rate](/docs/api/admin/unstable/scalars/Decimal): Decimal! - Percentage charge.
* [rateName](/docs/api/admin/unstable/scalars/String): String - Name of the credit card rate.
* [taxAmount](/docs/api/admin/unstable/objects/MoneyV2): MoneyV2! - Tax amount charged on the fee.
* [type](/docs/api/admin/unstable/scalars/String): String! - Name of the type of fee.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples