E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PaymentGrossAmount Property

The final amount charged.

Syntax

ANSI (Cross Platform)
char* GetPaymentGrossAmount();

Unicode (Windows)
LPWSTR GetPaymentGrossAmount();
@property (nonatomic,readonly,assign,getter=paymentGrossAmount) NSString* paymentGrossAmount;
- (NSString*)paymentGrossAmount;
#define PID_EXPRESSCHECKOUT_PAYMENTGROSSAMOUNT 40

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

Default Value

""

Remarks

The final amount charged.

This includes any shipping and taxes from your Merchant Profile.

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]