Class: CandidApiClient::Commons::Types::IntendedSubmissionMedium

Inherits:
Object
  • Object
show all
Defined in:
lib/candidhealth/commons/types/intended_submission_medium.rb

Overview

The medium (paper or electronic) via which we intended to submit the claim. The

clearinghouse to which we sent the claim may use a different medium in certain
cases, e.g., if the payer does not support electronic claims.

Constant Summary collapse

PAPER =
"paper"
ELECTRONIC =
"electronic"