OBJECT
type TransactionType {# The currency of the transactioncurrency: String # The amount for the transaction after feesdisplayed_amount: String # Charge ID associated to transaction. Can be matched with # billing_item.stripe_charge_idsource_name: String }