E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

Note Property

An informational note about this settlement that will be displayed in the payer's transaction history.

Syntax

ANSI (Cross Platform)
char* GetNote();
int SetNote(const char* lpszNote); Unicode (Windows) LPWSTR GetNote();
INT SetNote(LPCWSTR lpszNote);
@property (nonatomic,readwrite,assign,getter=note,setter=setNote:) NSString* note;
- (NSString*)note;
- (void)setNote:(NSString*)newNote;
#define PID_EXPRESSCHECKOUT_NOTE 21

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

Default Value

""

Remarks

Used during Capture or VoidTransaction.

This property is optional.

Character length and limits: 255 single-byte characters.

Data Type

String

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