Referencia del Namespace Sage.ES.BankingCloud

Namespaces

namespace  Properties
 

Estructuras de datos

class  BcEsBank
 Represents real world banks that are registered with the banking cloud service. Bank Accounts can only be created for registered banks.
Más...
 
class  BcEsBankAccount
 Represents a customer's real world bank organisation.  Bank data will only be returned to a consuming application calling on behalf of a company if the bank account is connected to that company.
Más...
 
class  BcEsBankingCloudManager
 Banking cloud manager for spanish Sage50 and Sage200 products. Más...
 
class  BcEsBankSuggestion
 Request that support for a bank be added to the banking cloud service. Más...
 
class  BcEsBankTransactions
 List of posted and pending transactions for a given bank account linked to a company registered with the banking cloud service.
Más...
 
class  BcEsCompany
 Representation of a company/business, companies can only be associated with a single banking cloud organisation, but can have many users and bank accounts linked to them.
Más...
 
class  BcEsDefaultAppInfo
 Provides default implemenation of UI customization details for the integrating product. Meet the interface IAppInfo. Used to interaction with banking cloud for setup new bank accounts, manually signingkey refresh and reauthentication banks accounts. Más...
 
class  BcEsDefaultBankCloudCrudManager
 Manages interaction with banking cloud for setup new bank accounts, manually signingkey refresh and reauthentication banks accounts. Meet the interfaces IBankCloudCrudManager, IBankCloudBasicDetails. Más...
 
class  BcEsDefaultBankCloudDetails
 Provides default implementation of banking cloud access info. Meet the interfaces IBankCloudDetails, IBankCloudBasicDetails. Más...
 
class  BcEsDefaultCompanyInfo
 Provides default implementation of properties of the current company the user is working with in the integrating product. Meet the interface ICompanyInfo. Used to interaction with banking cloud for setup new bank accounts, manually signingkey refresh and reauthentication banks accounts. Más...
 
class  BcEsFunctions
 Some functions to use in bankingcloud manager.
 
class  BcEsKeyStorage
 Key storage implementation for persistent reading/writing signing key. Más...
 
class  BcEsLogger
 Object for logging activity of banking cloud common component and client libary. Más...
 
class  BcEsManagerSettings
 General object type for configure all the required parameters for communicate with Banking Cloud platform. Más...
 
class  BcEsMetaData
 Useful metadata about the banking cloud service.
Más...
 
class  BcEsOrganisation
 Organisation represent either a customer or an accountant. It contains the companies and users linked to the organisation. Más...
 
class  BcEsRequestPreviewForm
 Form to show the request. Más...
 
class  BcEsResponseViewForm
 Form class for show the response request. Más...
 
class  BcEsUser
 Person who is registered to use the Banking Cloud service. User's can have one of two access levels, 'admin' and 'user'. An 'admin' can manage bank accounts and other users, whereas a standard 'user' can only read the transactions API.
Users can be given access on multiple companies even across multiple organisations, though at present, you can only be an 'admin' on a single Bank Drive organisation.
Más...
 
interface  IBcEsBankCloudCrudManager
 Interface IBankingCloudManager. Más...
 
interface  IBcEsBankingCloudManager
 Interface of Banking Cloud ES Manager (for BcEsBankingCloudManager object). Más...
 
interface  IBcEsManagerSettings
 Interface of Banking Cloud ES Manager (for BcEsBankingCloudManager object) Más...
 

Enumeraciones

enum  BcEnvironment {
  BcEnvironment.NOTESTABLISHED, BcEnvironment.QA, BcEnvironment.PREPRODUCTION, BcEnvironment.PRODUCTION,
  BcEnvironment.DEV
}
 Environments which can work banking cloud Más...
 
enum  SettingsConfigurations { SettingsConfigurations.Constructor, SettingsConfigurations.ClientApi, SettingsConfigurations.SetupNewBankAccountInNewOrg, SettingsConfigurations.SetupNewBankAccountInExistingOrg }
 Setting for configuration types Más...
 

Documentación de las enumeraciones

◆ BcEnvironment

Environments which can work banking cloud

Valores de enumeraciones
NOTESTABLISHED 

Not Established

QA 

QA Environment, for test purposes.

PREPRODUCTION 

PREPRODUCTION Environment, previous step before PRODUCTION

PRODUCTION 

PRODUCTION environment, real mode.

DEV 

DEV environment

Definición en la línea 54 del archivo BcManager.cs.

◆ SettingsConfigurations

Setting for configuration types

Valores de enumeraciones
Constructor 

Constructor configuration.

ClientApi 

ClientApi call configuration.

SetupNewBankAccountInNewOrg 

Setup new bank account in new organitzation configuration.

SetupNewBankAccountInExistingOrg 

Setup new bank account in existing organization configuration.

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