Skip to content

TransactionType

A transaction

Fields

currency · String · The currency of the transaction
displayed_amount · String · The amount for the transaction after fees
source_name · String · Charge ID associated to transaction. Can be matched with billing_item.stripe_charge_id

Used By

Definition

"""
A transaction
"""
type TransactionType {
"""
The currency of the transaction
"""
currency: String
"""
The amount for the transaction after fees
"""
displayed_amount: String
"""
Charge ID associated to transaction. Can be matched with billing_item.stripe_charge_id
"""
source_name: String
}