OBJECT
type StripeCharge {id: String! object: String amount: Int! amount_captured: Int! amount_refunded: Int! billing_details: StripeChargeBillingDetails calculated_statement_descriptor: String captured: Boolean created: Int currency: String! customer: String description: String disputed: Boolean paid: Boolean payment_method: String metadata: ObjectType receipt_email: String receipt_url: String refunded: Boolean status: String }