startInterchangeHeader (method)

Creates a new EDI Interchange header segment on the current document.

Syntax

- (void)startInterchangeHeader:(NSString*)version;
public func startInterchangeHeader(_ version: String) throws -> Void

Remarks

When called, a new interchange start (ISA or UNB) segment is created and set as the current segment. You should then set the values on said segment before creating a functional group or a new transaction set within the document.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks X12 2020 iOS Edition - Version 20.0 [Build 8155]