clientRouting (property)

Client routing capabilities of the Financial Institution.

Syntax

@property (nonatomic,readwrite,assign,getter=clientRouting,setter=setClientRouting:) int clientRouting;
- (int)clientRouting;
- (void)setClientRouting:(int)newClientRouting;

/* Possible Values */
CR_NONE(0),
CR_SERVICE(1),
CR_MESSAGE_SET(2)
public var clientRouting: FiprofileClientRoutings {
  get {...}
set {...} }
public enum FiprofileClientRoutings : Int32 { case crNone = 0 case crService = 1 case crMessageSet = 2 }

Default Value

0

Remarks

crNone (0)Client cannot perform any routing, URLs must all be the same, and all message sets share one signon realm.
crService (1)Client can perform limited routing.
crMessageSet (2)Client can route at the message-set level. Each message set can have a different URL and/or signon realm.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 iOS Edition - Version 20.0 [Build 7941]