DavInvoice
public struct DavInvoice : Hashable, CodableActs as the intermediate data model from a ModelsR4.Invoice resource response
and the local store representation
- 
                  
                  DeclarationSwift public init( totalAdditionalFee: Decimal, totalGross: Decimal, currency: String, chargeableItems: [ChargeableItem] = [], productionSteps: [Production] = [] )
- 
                  
                  Specification of the total additional costs of the insured person DeclarationSwift public let totalAdditionalFee: Decimal
- 
                  
                  An amount of economic utility in some recognized currency (taxes included). DeclarationSwift public let totalGross: Decimal
- 
                  
                  ISO 4217 currency code DeclarationSwift public let currency: String
- 
                  
                  Reference to ChargeItem containing details of this line item or an inline billing code DeclarationSwift public let chargeableItems: [ChargeableItem]
- 
                  
                  DeclarationSwift public let productionSteps: [Production]
- 
                  
                  DeclarationSwift public struct ChargeableItem : Hashable, Codable
- 
                  
                  DeclarationSwift public struct Production : Hashable, Codable
 View on GitHub
            View on GitHub
           DavInvoice Structure Reference
      DavInvoice Structure Reference