Consumer API · type

Fee

Generated schema definition for Fee.

Definition

graphql
type Fee {
amount: Float
assetCreditId: ID
assetDebitId: ID
assetId: String
basis: Float
entries: [LedgerEntry!]
fiatAmountCents: Float
fromReferenceId: String
fullAsset: Asset
id: String!
income: Float
isMissingBasis: Boolean
isWithheldFee: Boolean!
links: [LedgerEntryLink!]
originalAssetId: String
originalFiatValue: Float
originalFromReferenceId: String
paidTxnFee: Boolean!
payerAccount: Account
payerAccountId: String
proceeds: Float
profit: Float
rawAsset: RawTransactionAsset
}