CurrencyCode Property

Default currency code for this statement.

Syntax

ANSI (Cross Platform)
char* GetCurrencyCode();

Unicode (Windows)
LPWSTR GetCurrencyCode();
@property (nonatomic,readonly,assign,getter=currencyCode) NSString* currencyCode;
- (NSString*)currencyCode;
#define PID_LOANSTATEMENT_CURRENCYCODE 18

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

Default Value

""

Remarks

Indicates how to interpret the monetary amounts in the current statement. This is a 3-character ISO-4217 currency code, such as USD and EUR.

This property is read-only.

Data Type

String

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