E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ContactPhone Property

Payer's contact telephone number.

Syntax

ANSI (Cross Platform)
char* GetContactPhone();

Unicode (Windows)
LPWSTR GetContactPhone();
@property (nonatomic,readonly,assign,getter=contactPhone) NSString* contactPhone;
- (NSString*)contactPhone;
#define PID_EXPRESSCHECKOUT_CONTACTPHONE 4

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

Default Value

""

Remarks

PayPal returns a contact telephone number only if your Merchant account profile settings require that the buyer enter one.

This property is returned after a call to the GetCheckoutDetails method.

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]