UNPKG

@oystehr/sdk

Version:

Oystehr SDK

8 lines (6 loc) 252 B
// AUTOGENERATED -- DO NOT EDIT import { ChargeDetails } from './ChargeDetails'; /** * Retrieve charge status for the specified encounter based on FHIR Encounter ID and an associated Charge Item. */ export type ChargeStatusResponse = ChargeDetails;