E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

returnRoutingNumber (property)

A routing number indicating the location to which returns and return notifications should be sent.

Syntax

@property (nonatomic,readwrite,assign,getter=returnRoutingNumber,setter=setReturnRoutingNumber:) NSString* returnRoutingNumber;
- (NSString*)returnRoutingNumber;
- (void)setReturnRoutingNumber:(NSString*)newReturnRoutingNumber;
public var returnRoutingNumber: String {
  get {...}
set {...} }

Default Value

""

Remarks

This routing number is specified by the institution that creates the file, and specifies the location to which returns, return notifications, and preliminary return notifications should be sent. This property is part of the Bundle Header record (type 20), and is exactly 9 characters long including the check digit.

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