C# 클래스 DineroPortableClientSDK.Accounts.DineroAccounts

상속: DineroLibaryBase
파일 보기 프로젝트 열기: DineroRegnskab/dinero-csharp-sdk

공개 메소드들

메소드 설명
DepositAccountsGetListAsync ( string fields = "Name,AccountNumber" ) : Task

Gets a list of all the deposit accounts for the organization.

EntryAccountsGetList ( string categoryFilter = null, string fields = "Name,AccountNumber,VatCode,Category" ) : AccountCollection

Gets a list of all the entry accounts for the organization.

EntryAccountsGetListAsync ( string categoryFilter = null, string fields = "Name,AccountNumber,VatCode,Category" ) : Task

Gets a list of all the entry accounts for the organization.

비공개 메소드들

메소드 설명
DineroAccounts ( Dinero dinero ) : System.Collections.Generic

메소드 상세

DepositAccountsGetListAsync() 공개 메소드

Gets a list of all the deposit accounts for the organization.
public DepositAccountsGetListAsync ( string fields = "Name,AccountNumber" ) : Task
fields string A comma separated list of fields to include in the response. /// Possible values are Name, AccountNumber. Notice that it's not case sensitive, the property name will be returned the way you request it. /// If left empty it defaults to AccountNumber and Name.
리턴 Task

EntryAccountsGetList() 공개 메소드

Gets a list of all the entry accounts for the organization.
public EntryAccountsGetList ( string categoryFilter = null, string fields = "Name,AccountNumber,VatCode,Category" ) : AccountCollection
categoryFilter string /// Filters the accounts, so only accounts with the selected category are returned. /// Possible categories: Turnover, Variable Expenses, Salary, Sales Expenses, Property Expenses, Administration Expenses, /// Travel Expenses, Depreciation, Interest Income, Interest Expenses, Property, Turnover Assets, Financial Assets, Receivables, /// Liquid Assets, Equity, Long Term Debt, Short Term Debt, Vat Due, Salary Due, Analysis, Not Set, Tax, Charge, IntangibleProperty ///
fields string A comma separated list of fields to include in the response. /// Possible values are Name, AccountNumber, VatCode and Category. Notice that it's not case sensitive, the property name will be returned the way you request it. /// If left empty it defaults to AccountNumber and Name.
리턴 AccountCollection

EntryAccountsGetListAsync() 공개 메소드

Gets a list of all the entry accounts for the organization.
public EntryAccountsGetListAsync ( string categoryFilter = null, string fields = "Name,AccountNumber,VatCode,Category" ) : Task
categoryFilter string /// Filters the accounts, so only accounts with the selected category are returned. /// Possible categories: Turnover, Variable Expenses, Salary, Sales Expenses, Property Expenses, Administration Expenses, /// Travel Expenses, Depreciation, Interest Income, Interest Expenses, Property, Turnover Assets, Financial Assets, Receivables, /// Liquid Assets, Equity, Long Term Debt, Short Term Debt, Vat Due, Salary Due, Analysis, Not Set, Tax, Charge, IntangibleProperty ///
fields string A comma separated list of fields to include in the response. /// Possible values are Name, AccountNumber, VatCode and Category. Notice that it's not case sensitive, the property name will be returned the way you request it. /// If left empty it defaults to AccountNumber and Name.
리턴 Task