Skip to content

DefaultBillingType

The default billing type for a patient

Used By

Definition

"""
The default billing type for a patient
"""
enum DefaultBillingType {
"""
Patient pays out of pocket
"""
SELF_PAY
"""
Patient pays via insurance
"""
INSURANCE_PAY
}