SBSDKAAMVADocumentSubfileField

@interface SBSDKAAMVADocumentSubfileField : NSObject

AAMVA document subfile field.

  • Field type.

    Declaration

    Objective-C

    @property (nonatomic) SBSDKAAMVARecordFieldType type;

    Swift

    var type: SBSDKAAMVARecordFieldType { get set }
  • Field type string.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull typeString;

    Swift

    var typeString: String { get set }
  • Human-readable field type name.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *_Nonnull typeHumanReadableString;

    Swift

    var typeHumanReadableString: String { get }
  • Field formatted value.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull value;

    Swift

    var value: String { get set }
  • Field raw value.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull rawValue;

    Swift

    var rawValue: String { get set }