Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

AustralianPostEncodingTable

AustralianPostEncodingTable helps specify the encoding table used to code the Customer Information Field of Australian Post Customer Barcode. It is defined as below:

Value Type Value Range Default Value Template Structure Type
string “C”
“N”
“C” FormatSpecification

Setting Methods

AustralianPostEncodingTable can be set via JSON template.

As JSON Parameter

AustralianPostEncodingTable as a JSON parameter is a number value defined as below.

Key Name Key Value
AustralianPostEncodingTable “C” or “N” as a string

JSON Example

{
    "AustralianPostEncodingTable": "N"
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: