OBJECT
BillingItem
Billing
link GraphQL Schema definition
- type BillingItem {
- # amount of billing item
- String :
- # Fee charged by stripe in cents
- String :
- # card brand and last4 digits in the event of a failed charge
- String :
- # the related charge backs
- ChargeBack!] : [
- # coupon code
- String :
- # cpt codes super bills id
- ID :
- # created at date
- String :
- # type of currency
- String :
- # date payment was deleted
- String :
- # Error message returned when payment failed
- String :
- # Name of person who gifted this package(if applicable). Returns nil if not an
- # offering or if not a gift
- String :
- # Name of person who received this package as a gift. Returns nil if not an
- # offering or if not a gift
- String :
- # The unique identifier of the billing item
- ID! :
- # id of invoice
- ID @deprecated( reason: "Use requested_payment_id instead. This will return the same data as that" ) :
- # canceled indicator
- Boolean :
- # Whether this payment is recurring
- Boolean :
- # The index number of partial payment
- Int :
- # The payment, after refunds are taken out
- String :
- # Nil unless the payment is an uncharged upcoming scheduled payment. Otherwise, is
- # the payment amount that is scheduled to be charged
- String :
- # payment note
- String :
- # offering connected to the payment
- Offering :
- # offering coupon connected to the payment
- OfferingCoupon :
- # id of coupon
- ID :
- # offering id
- ID :
- # original price
- String :
- # payment medium
- ID :
- # provider
- User :
- # receipt last sent at date
- String :
- # recipient of this payment
- User :
- # id of receiver
- ID :
- # recurring payment connected to the payment
- RecurringPayment :
- # amount of refund
- String :
- # date of refund
- String :
- # the related refundings
- RefundItem!] : [
- # Individual responsible for payment. If user_id, user exists in Healthie, if not,
- # individual doesn't have a Healthie account
- RequestedPayer :
- # the connected requested payment
- RequestedPayment :
- # id of requested payment (we call them invoices in our UI)
- ID :
- # sender of this payment
- User :
- # id of sender
- ID :
- # The description text to show for the payment
- String :
- # The note text to show for the payment
- String :
- # Enum status of billing item succeeded/failed
- String :
- # id of stripe charge
- ID :
- # A JSON hash containing information on why Stripe was unable to process a charge
- String :
- # if a failed payment is retried successfully then this will reference that
- # successful payment
- BillingItem :
- # updated at date
- String :
- # User Package Selection connected to this payment
- UserPackageSelection :
- }
link Require by
- BillingItemBilling
- ChargeBackA Chargeback object, contains info on the dispute reason, status, and evidence submitted
- completeCheckoutPayloadAutogenerated return type of completeCheckout.
- createBillingItemPayloadAutogenerated return type of createBillingItem.
- deleteBillingItemPayloadAutogenerated return type of deleteBillingItem.
- QueryThe query root of this schema. See available queries.
- RecurringPaymentRecurring Payment
- RequestedPaymentA request, from a provider to a client, to make a payment
- updateBillingItemPayloadAutogenerated return type of updateBillingItem.
- UserAn user entry, returns basic user information
- UserPackageSelectionA user package selection