E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CollectionType Property

A code that indicates the type of cash letter and bundle contained in the file.

Syntax

ANSI (Cross Platform)
int GetCollectionType();
int SetCollectionType(int iCollectionType); Unicode (Windows) INT GetCollectionType();
INT SetCollectionType(INT iCollectionType);

Possible Values

CT_FORWARD_INFO(1), 
CT_FOWARD_PRESENTMENT(2),
CT_FORWARD_SAME_DAY(3),
CT_NO_DETAIL(20)
@property (nonatomic,readwrite,assign,getter=collectionType,setter=setCollectionType:) int collectionType;
- (int)collectionType;
- (void)setCollectionType:(int)newCollectionType;

Possible Values

CT_FORWARD_INFO(1), 
CT_FOWARD_PRESENTMENT(2),
CT_FORWARD_SAME_DAY(3),
CT_NO_DETAIL(20)
#define PID_CHECK21_COLLECTIONTYPE 28

INPAY_EXTERNAL void* INPAY_CALL InPay_Check21_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_Check21_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

1

Remarks

This property is part of the Cash Letter Header record (type 10), and is exactly 2 characters in length. Valid values for this property are listed below.

ctForwardInfo (1)Preliminary Forward Information - Used when information may change and the information is treated as not final.
ctForwardPresentment (2)Forward Presentment - For the collection and settlement of checks (demand instruments). Data is treated as final.
ctForwardSameDay (3)Forward Presentment, Same-Day Settlement - For the collection and settlement of checks (demand instruments) presented under the Federal Reserve's same day settlement amendments to Regulation CC. Data is treated as final.
ctNoDetail (20)No Detail - There are no checks contained within the file.

Data Type

Integer

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