createLinePayment
Manually post a line-level insurance payment on a claim service line
Arguments
Returns
CreateLinePaymentPayload Example
mutation createLinePayment($input: CreateLinePaymentInput!) { createLinePayment(input: $input) { line_payment messages }}