Referencia de la Interfaz Sage.ES.BankingCloud.IBcEsManagerSettings

Interface of Banking Cloud ES Manager (for BcEsBankingCloudManager object) Más...

Diagrama de herencias de Sage.ES.BankingCloud.IBcEsManagerSettings
Sage.ES.BankingCloud.BcEsManagerSettings

Propiedades

string OrganizationID [get, set]
 Organization ID Más...
 
string CompanyID [get, set]
 Company ID Más...
 
string CompanyName [get, set]
 Name of company within integrating product Más...
 
string CompanyCrmID [get, set]
 ID for current customer within the integrating product's CRM system, where applicable Más...
 
string CompanyStdIndustryCode [get, set]
 Company's standard industry code, where applicable Más...
 
string CompanyUserID [get, set]
 ID used by integrating product to identify current user Más...
 
string CompanyVatNumber [get, set]
 company's VAT number, where applicable. Más...
 
string CompanyZipCode [get, set]
 Zip code of primary location of integrating product company Más...
 
string ConnectBankingCloudAPIBaseAddress [get]
 BankingCloud API Base EndPoint Address. Más...
 
string ConnectTokenServiceAPIBaseAddress [get]
 Token Service API Base EndPoint Address. Más...
 
string ConnectProductID [get]
 Product Id pre-configured in Banking Cloud platform. Each Sage applications product consumer of Banking Cloud platform has its own identifier. Más...
 
string ConnectProviderID [get]
 Token service provider header pre-configured in Banking Cloud to point to the appropriate licensing adapter for the integrating product, e.g. "sls.uk" for UK, "....es" for SP. Más...
 
string ConnectProductSigningKey [get, set]
 Product-specific token pre-configured in Banking Cloud, be careful, this property is not the signing key ! Used in the first authentication. Más...
 
string ConnectAdminUserEmail [get, set]
 Primary user ID created and set when a new organization is established in Banking Cloud during onboarding. Must be provided by integrating product to onboard accounts to existing orgs. Más...
 
string ConnectSigningKey [get, set]
 Handles org-specific token created and set when a new organization is established in Banking Cloud during onboarding. Must be provided by integrating product to onboard accounts to existing orgs. Más...
 
SecurityProtocolType ConnectSecurityProtocol [get, set]
 When working with the Client Library the calling process must be setup to use TLS 1.2 which the Banking Cloud service currently demands but in the future can change. Más...
 
bool ConnectFullMessagingReAuthBankAccount [get, set]
 Use full re-Auth messaging in reauthentication bank account process. Más...
 
string ConnectMessageChangeEmailAddresOnManualKeyRefresh [get, set]
 Product specific instruction for change email address in a manual key refresh process. Más...
 
string ErrorMessage [get, set]
 Error message if occurs. Más...
 
Dictionary< string, string > LicenseInfoClientData [get, set]
 Client Data for each integrating product as needed for banking cloud token service. Más...
 
Dictionary< string, string > LicenseInfoLicenseData [get, set]
 License Data, specific to each integrating product, required for banking cloud token service to perform server-side licensing/entitlement check. For example, some products have a licensing, serial, or registration number/code. Example of possibles entries, any product will put the properties required, for test send the two first entries "accountNumber", "63523106" "serialNumber", "H740111" "customerId", "4006885653" "stockCode", "25" "productYear", "2018" "serialNumber", "6FE6E-B28D-35C8-3668" "companyId", "AAA-BBB-CCC" "garbageIn", "garbageOut" Más...
 
string ProductAppProductName [get, set]
 Name for specific product that uses Bank Feed common component, also used as any window captions. Más...
 
IntPtr ProductAppHandleAppWindow [get, set]
 Handle of the desktop product application window, used to parent and center child windows and messages. Más...
 
string ProductAppLearnMoreURL [get, set]
 Integrating product must specify the product-specific URL (ideally a redirect) that contains Learn More content for bank feeds feature and onboarding. Más...
 
string ProductAppSupportNumber [get, set]
 Integrating product can specify a product-specific support number. Más...
 
string ProductAppEmbeddedResource [get, set]
 (Optional) Resource file for customization, specified as a Pack URI. Any values provided here will override the settings in default resource file.So you don't need to specify all the resources, only the ones you wish to change. Also, be sure to provide resources based on the DefaultLanguageTag, either the one specified or the one indicated by the current OS culture. Más...
 
BcEnvironment ConnectEnvironment [get, set]
 BankingCloud environmnet with which work the manager. Más...
 
bool ShowCallsResponsesApi [get, set]
 For debugger purposes, if should show the API calls requests and responses. Más...
 
int TransPagingSize [get, set]
 Transaction paging size when recovering transactions. Más...
 

Descripción detallada

Interface of Banking Cloud ES Manager (for BcEsBankingCloudManager object)

Definición en la línea 32 del archivo IBcEsSettings.cs.

Documentación de propiedades

◆ CompanyCrmID

string Sage.ES.BankingCloud.IBcEsManagerSettings.CompanyCrmID
getset

ID for current customer within the integrating product's CRM system, where applicable

Definición en la línea 61 del archivo IBcEsSettings.cs.

◆ CompanyID

string Sage.ES.BankingCloud.IBcEsManagerSettings.CompanyID
getset

Company ID

Definición en la línea 49 del archivo IBcEsSettings.cs.

◆ CompanyName

string Sage.ES.BankingCloud.IBcEsManagerSettings.CompanyName
getset

Name of company within integrating product

Definición en la línea 55 del archivo IBcEsSettings.cs.

◆ CompanyStdIndustryCode

string Sage.ES.BankingCloud.IBcEsManagerSettings.CompanyStdIndustryCode
getset

Company's standard industry code, where applicable

Definición en la línea 67 del archivo IBcEsSettings.cs.

◆ CompanyUserID

string Sage.ES.BankingCloud.IBcEsManagerSettings.CompanyUserID
getset

ID used by integrating product to identify current user

Definición en la línea 73 del archivo IBcEsSettings.cs.

◆ CompanyVatNumber

string Sage.ES.BankingCloud.IBcEsManagerSettings.CompanyVatNumber
getset

company's VAT number, where applicable.

Definición en la línea 79 del archivo IBcEsSettings.cs.

◆ CompanyZipCode

string Sage.ES.BankingCloud.IBcEsManagerSettings.CompanyZipCode
getset

Zip code of primary location of integrating product company

Definición en la línea 85 del archivo IBcEsSettings.cs.

◆ ConnectAdminUserEmail

string Sage.ES.BankingCloud.IBcEsManagerSettings.ConnectAdminUserEmail
getset

Primary user ID created and set when a new organization is established in Banking Cloud during onboarding. Must be provided by integrating product to onboard accounts to existing orgs.

Definición en la línea 126 del archivo IBcEsSettings.cs.

◆ ConnectBankingCloudAPIBaseAddress

string Sage.ES.BankingCloud.IBcEsManagerSettings.ConnectBankingCloudAPIBaseAddress
get

BankingCloud API Base EndPoint Address.

Definición en la línea 95 del archivo IBcEsSettings.cs.

◆ ConnectEnvironment

BcEnvironment Sage.ES.BankingCloud.IBcEsManagerSettings.ConnectEnvironment
getset

BankingCloud environmnet with which work the manager.

Definición en la línea 229 del archivo IBcEsSettings.cs.

◆ ConnectFullMessagingReAuthBankAccount

bool Sage.ES.BankingCloud.IBcEsManagerSettings.ConnectFullMessagingReAuthBankAccount
getset

Use full re-Auth messaging in reauthentication bank account process.

Definición en la línea 145 del archivo IBcEsSettings.cs.

◆ ConnectMessageChangeEmailAddresOnManualKeyRefresh

string Sage.ES.BankingCloud.IBcEsManagerSettings.ConnectMessageChangeEmailAddresOnManualKeyRefresh
getset

Product specific instruction for change email address in a manual key refresh process.

Definición en la línea 151 del archivo IBcEsSettings.cs.

◆ ConnectProductID

string Sage.ES.BankingCloud.IBcEsManagerSettings.ConnectProductID
get

Product Id pre-configured in Banking Cloud platform. Each Sage applications product consumer of Banking Cloud platform has its own identifier.

Definición en la línea 107 del archivo IBcEsSettings.cs.

◆ ConnectProductSigningKey

string Sage.ES.BankingCloud.IBcEsManagerSettings.ConnectProductSigningKey
getset

Product-specific token pre-configured in Banking Cloud, be careful, this property is not the signing key ! Used in the first authentication.

Definición en la línea 119 del archivo IBcEsSettings.cs.

◆ ConnectProviderID

string Sage.ES.BankingCloud.IBcEsManagerSettings.ConnectProviderID
get

Token service provider header pre-configured in Banking Cloud to point to the appropriate licensing adapter for the integrating product, e.g. "sls.uk" for UK, "....es" for SP.

Definición en la línea 113 del archivo IBcEsSettings.cs.

◆ ConnectSecurityProtocol

SecurityProtocolType Sage.ES.BankingCloud.IBcEsManagerSettings.ConnectSecurityProtocol
getset

When working with the Client Library the calling process must be setup to use TLS 1.2 which the Banking Cloud service currently demands but in the future can change.

Definición en la línea 139 del archivo IBcEsSettings.cs.

◆ ConnectSigningKey

string Sage.ES.BankingCloud.IBcEsManagerSettings.ConnectSigningKey
getset

Handles org-specific token created and set when a new organization is established in Banking Cloud during onboarding. Must be provided by integrating product to onboard accounts to existing orgs.

Definición en la línea 133 del archivo IBcEsSettings.cs.

◆ ConnectTokenServiceAPIBaseAddress

string Sage.ES.BankingCloud.IBcEsManagerSettings.ConnectTokenServiceAPIBaseAddress
get

Token Service API Base EndPoint Address.

Definición en la línea 101 del archivo IBcEsSettings.cs.

◆ ErrorMessage

string Sage.ES.BankingCloud.IBcEsManagerSettings.ErrorMessage
getset

Error message if occurs.

Definición en la línea 157 del archivo IBcEsSettings.cs.

◆ LicenseInfoClientData

Dictionary<string, string> Sage.ES.BankingCloud.IBcEsManagerSettings.LicenseInfoClientData
getset

Client Data for each integrating product as needed for banking cloud token service.

Definición en la línea 167 del archivo IBcEsSettings.cs.

◆ LicenseInfoLicenseData

Dictionary<string, string> Sage.ES.BankingCloud.IBcEsManagerSettings.LicenseInfoLicenseData
getset

License Data, specific to each integrating product, required for banking cloud token service to perform server-side licensing/entitlement check. For example, some products have a licensing, serial, or registration number/code. Example of possibles entries, any product will put the properties required, for test send the two first entries "accountNumber", "63523106" "serialNumber", "H740111" "customerId", "4006885653" "stockCode", "25" "productYear", "2018" "serialNumber", "6FE6E-B28D-35C8-3668" "companyId", "AAA-BBB-CCC" "garbageIn", "garbageOut"

Definición en la línea 183 del archivo IBcEsSettings.cs.

◆ OrganizationID

string Sage.ES.BankingCloud.IBcEsManagerSettings.OrganizationID
getset

Organization ID

Definición en la línea 39 del archivo IBcEsSettings.cs.

◆ ProductAppEmbeddedResource

string Sage.ES.BankingCloud.IBcEsManagerSettings.ProductAppEmbeddedResource
getset

(Optional) Resource file for customization, specified as a Pack URI. Any values provided here will override the settings in default resource file.So you don't need to specify all the resources, only the ones you wish to change. Also, be sure to provide resources based on the DefaultLanguageTag, either the one specified or the one indicated by the current OS culture.

Definición en la línea 219 del archivo IBcEsSettings.cs.

◆ ProductAppHandleAppWindow

IntPtr Sage.ES.BankingCloud.IBcEsManagerSettings.ProductAppHandleAppWindow
getset

Handle of the desktop product application window, used to parent and center child windows and messages.

Definición en la línea 199 del archivo IBcEsSettings.cs.

◆ ProductAppLearnMoreURL

string Sage.ES.BankingCloud.IBcEsManagerSettings.ProductAppLearnMoreURL
getset

Integrating product must specify the product-specific URL (ideally a redirect) that contains Learn More content for bank feeds feature and onboarding.

Definición en la línea 205 del archivo IBcEsSettings.cs.

◆ ProductAppProductName

string Sage.ES.BankingCloud.IBcEsManagerSettings.ProductAppProductName
getset

Name for specific product that uses Bank Feed common component, also used as any window captions.

Definición en la línea 193 del archivo IBcEsSettings.cs.

◆ ProductAppSupportNumber

string Sage.ES.BankingCloud.IBcEsManagerSettings.ProductAppSupportNumber
getset

Integrating product can specify a product-specific support number.

Definición en la línea 211 del archivo IBcEsSettings.cs.

◆ ShowCallsResponsesApi

bool Sage.ES.BankingCloud.IBcEsManagerSettings.ShowCallsResponsesApi
getset

For debugger purposes, if should show the API calls requests and responses.

Definición en la línea 235 del archivo IBcEsSettings.cs.

◆ TransPagingSize

int Sage.ES.BankingCloud.IBcEsManagerSettings.TransPagingSize
getset

Transaction paging size when recovering transactions.

Definición en la línea 241 del archivo IBcEsSettings.cs.


La documentación para este interfaz fue generada a partir del siguiente fichero: