Charge
No description
type Charge {
id: ID!
systemId: ID
stripeId: ID
failed: Boolean!
customerEmail: String!
customerFirstName: String
customerLastName: String
customer: String!
createdAt: Date!
totalInCents: Int!
amountRefundedInCents: Int!
netInCents: Int!
totalTaxInCents: Int
orderId: ID
items: [ChargeItem!]
journalEntries: [ChargeJournalEntry!]
currencySymbol: String
}