Interface IFinCustomerSystem
Provides an interface to customer system local storage.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public interface IFinCustomerSystem
Remarks
An implementation of this class can be provided to FinContact.CustSys.
Methods
RetrieveCustSysId(Guid)
Retrieve a previously stored Customer System ID.
Declaration
string RetrieveCustSysId(Guid tContactGuid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | tContactGuid | The unique ContactGuid of the FinContact for which to retrieve a previously stored Customer System ID. |
Returns
Type | Description |
---|---|
System.String | The a Customer System ID could be retrieved for the given
|
See Also
StoreCustSysId(Guid, String)
Permanently store a Customer System ID on the local system.
Declaration
void StoreCustSysId(Guid tContactGuid, string sCustSysID)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | tContactGuid | The unique ContactGuid of the FinContact for which to store the given Customer System ID. |
System.String | sCustSysID | The CustSysID to be stored. If this is |