Inherits from BCKPOSTNETCodeCharacter : BCKCodeCharacter : NSObject
Declared in BCKPOSTNETContentCodeCharacter.h

Overview

Specialized class of BCKCodeCharacter used for generating POSTNET content codes.

Properties

character

The character encoded by the content code character.

@property (nonatomic, readonly) NSString *character

Declared In

BCKPOSTNETContentCodeCharacter.h

Instance Methods

initWithCharacter:

Initialise a content code character using a character. Only supports the 10 numeric characters.

- (instancetype)initWithCharacter:(NSString *)character

Parameters

character

The character.

Return Value

The content code character for the character.

Declared In

BCKPOSTNETContentCodeCharacter.h