Skip to main content
Version: v0.0.2

Interface: Build835AmountSpec

AMT supplemental amount on a claim / service line. Mirrors "./types.js".X12RemitAmount.

Example

import type { Build835AmountSpec } from "@cosyte/x12";
import { X12Decimal } from "@cosyte/x12";
const amt: Build835AmountSpec = { qualifier: "B6", amount: X12Decimal.fromString("450.00")! };

Properties

amount

readonly amount: X12Decimal

AMT-02 - monetary amount.


qualifier

readonly qualifier: string

AMT-01 - amount qualifier code (AU, B6, …).