Home > @infiniteobjects/shopify-data-manager > AdminTypes > TransactionFee
Transaction fee related to an order transaction.
Signature:
export interface TransactionFee extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
amount | MoneyV2 | Amount of the fee. | |
flatFee | MoneyV2 | Flat rate charge for a transaction. | |
flatFeeName? | Maybe<Scalars[‘String’][‘output’]> | (Optional) Name of the credit card flat fee. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
rate | Scalars[‘Decimal’][‘output’] | Percentage charge. | |
rateName? | Maybe<Scalars[‘String’][‘output’]> | (Optional) Name of the credit card rate. | |
taxAmount | MoneyV2 | Tax amount charged on the fee. | |
type | Scalars[‘String’][‘output’] | Name of the type of fee. |