UpdateSecondaryClaimInput
Autogenerated input type of UpdateSecondaryClaim
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEclaim_cob_overrides
· ClaimCobOverridesInput · Claim-level COB override data (payment totals) claim_line_cob_overrides
· [ClaimLineCobOverridesInput!] · Line-level COB override data for each service line Used By
Definition
"""Autogenerated input type of UpdateSecondaryClaim"""input UpdateSecondaryClaimInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" Claim-level COB override data (payment totals) """ claim_cob_overrides: ClaimCobOverridesInput
""" Line-level COB override data for each service line """ claim_line_cob_overrides: [ClaimLineCobOverridesInput!]
""" The ID of the secondary CMS1500 to update """ id: ID!}