Skip to content

AppointmentWorkflowStatusInvoiceType

The invoice object for the appointment

Fields

id · ID · ID of the invoice for the appointment
status · String · Status of the invoice for the appointment

Used By

Definition

"""
The invoice object for the appointment
"""
type AppointmentWorkflowStatusInvoiceType {
"""
ID of the invoice for the appointment
"""
id: ID
"""
Status of the invoice for the appointment
"""
status: String
}