OBJECT

TransactionType

A transaction

link GraphQL Schema definition

  • 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
  • }