CodeGlyphX logo
CodeGlyphX

API Reference

Class

AustraliaPostDecoded

Namespace CodeGlyphX.AustraliaPost
Assembly CodeGlyphX
Modifiers sealed

Decoded Australia Post customer barcode information.

Inheritance

  • Object
  • AustraliaPostDecoded

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Properties

public AustraliaPostFormat Format { get; } #

Gets the decoded barcode format.

public Int32 FormatControlCode { get; } #

Gets the format control code (FCC).

public String Dpid { get; } #

Gets the Delivery Point Identifier (DPID).

public String CustomerInfo { get; } #

Gets the customer information field (may be empty for Standard format).

public Nullable<AustraliaPostCustomerEncodingTable> CustomerInfoEncoding { get; } #

Gets the customer information encoding table, if present.

public Boolean IsCustomerInfoAmbiguous { get; } #

Gets whether the customer information encoding was ambiguous.

public String Value { get; } #

Gets the concatenated payload (DPID + customer info).