E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ResponseInvoiceNumber Property

Invoice number submitted in authorization request (if applicable).

Syntax

ANSI (Cross Platform)
char* GetResponseInvoiceNumber();

Unicode (Windows)
LPWSTR GetResponseInvoiceNumber();
@property (nonatomic,readonly,assign,getter=responseInvoiceNumber) NSString* responseInvoiceNumber;
- (NSString*)responseInvoiceNumber;
#define PID_ICHARGE_RESPONSEINVOICENUMBER 47

INPAY_EXTERNAL void* INPAY_CALL InPay_ICharge_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

Invoice number submitted in authorization request (if applicable). This property contains the Invoice Number submitted in the original transaction, echoed back by the Gateway host.

This property is read-only and not available at design time.

Data Type

String

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