Era
An Electronic Remittance Advice (ERA) type
Fields
Used By
Definition
"""An Electronic Remittance Advice (ERA) type"""type Era { """ The ACH or check number for the payment """ ach_check_number: String!
""" The ID of the ERA in the remote system """ external_era_id: String!
""" The unique identifier of the ERA """ id: ID!
""" The ID of the member """ member_id: String!
""" The name of the member """ member_name: String!
""" The date the payment was made """ paid_date: ISO8601DateTime!
""" The contact information for the payer """ payer_id: String!
""" The name of the payer """ payer_name: String!
""" The PCN (Processor Control Number) """ pcn: String!
""" The service lines for the claim """ service_lines: [EraServiceLine!]!}