Sha256: ddbbe63a43126a58b5610d005817266004e34ffcc770500d02b37bceb7e8b369
Contents?: true
Size: 439 Bytes
Versions: 6
Compression:
Stored size: 439 Bytes
Contents
# frozen_string_literal: true module AthenaHealth module Claim class Procedure < BaseModel attribute :transactionid, Integer attribute :allowableamount, String attribute :procedurecategory, String attribute :allowablemin, String attribute :proceduredescription, String attribute :chargeamount, String attribute :procedurecode, String attribute :allowablemax, String end end end
Version data entries
6 entries across 6 versions & 1 rubygems