FundingAgency
Administrative unit, which pays for the services to a client.
Alias: Leistungsträger
type FundingAgency {
address: Address
dataOffice: ReceivingOffice
debtorAccount: DebtorAccountNumber
faxNumber: String
id: FundingAgencyID!
institutionCode: InstitutionCode!
name: String!
phoneNumber: String
receiptOffice: ReceivingOffice
type: InsuranceType!
}
Fields
FundingAgency.address ● Address scalar
FundingAgency.dataOffice ● ReceivingOffice object
Everything, beside receipts should be send to this office.
FundingAgency.debtorAccount ● DebtorAccountNumber scalar
Unique identifier inside DATEV
FundingAgency.faxNumber ● String scalar
Fax number of the funding agency
FundingAgency.id ● FundingAgencyID! non-null scalar
Unique identifier
FundingAgency.institutionCode ● InstitutionCode! non-null scalar
Unique identifier for accounting
FundingAgency.name ● String! non-null scalar
User friendly identifier. (NN. unique)
FundingAgency.phoneNumber ● String scalar
Support hotline
FundingAgency.receiptOffice ● ReceivingOffice object
Receipts should be send to this office.
FundingAgency.type ● InsuranceType! non-null enum
Returned By
fundingAgencies query ● fundingAgency query
Member Of
InsuranceBillingData object ● InvoiceCollection object