TransferCurrencyCode Property

Default currency code for this transaction.

Syntax

ANSI (Cross Platform)
char* GetTransferCurrencyCode();

Unicode (Windows)
LPWSTR GetTransferCurrencyCode();
@property (nonatomic,readonly,assign,getter=transferCurrencyCode) NSString* transferCurrencyCode;
- (NSString*)transferCurrencyCode;
#define PID_BANKTRANSFER_TRANSFERCURRENCYCODE 40

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_BankTransfer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

Default currency code for this transaction.

Indicates how to interpret the monetary transferred amount. Expressed as a special character, such as $.

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

Data Type

String

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