E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ResponseAmount Property

Amount returned in the response.

Syntax

ANSI (Cross Platform)
char* GetResponseAmount();

Unicode (Windows)
LPWSTR GetResponseAmount();
@property (nonatomic,readonly,assign,getter=responseAmount) NSString* responseAmount;
- (NSString*)responseAmount;
#define PID_DIRECTPAYMENT_RESPONSEAMOUNT 59

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

Default Value

""

Remarks

Amount returned in the response.

This should always match the value sent in OrderTotal.

This property is read-only.

Data Type

String

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