ClientSource
Info about how a client was acquire
Fields
readable_source
· String · Get readable source based on ref_type ref_source
· String · The source of how a client was acquire: contain ID or a Other string ref_source_other
· String · If ref_source eq 'Other', than it may contain custom string or NULL related_insurance
· InsurancePlan · related insurance related_object
· RelatedObject · related object related_object_name
· String · related object Used By
Definition
"""Info about how a client was acquire"""type ClientSource { """ The unique identifier of the source """ id: String!
""" Get readable source based on ref_type """ readable_source: String
""" The source of how a client was acquire: contain ID or a Other string """ ref_source: String
""" If ref_source eq 'Other', than it may contain custom string or NULL """ ref_source_other: String
""" The type of the source of how a client was acquire """ ref_type: String
""" related insurance """ related_insurance: InsurancePlan
""" related object """ related_object: RelatedObject
""" related object """ related_object_name: String}