C# Class DineroPortableClientSDK.Ledgers.DineroLedgers

Inheritance: DineroLibaryBase
Exibir arquivo Open project: DineroRegnskab/dinero-csharp-sdk

Public Methods

Method Description
Add ( CreateLedgerItemCollection ledgerItemsToAdd ) : EmptyDineroResult

Adds the ledger items to the organization's ledger.

AddAsync ( CreateLedgerItemCollection ledgerItemsToAdd ) : Task

Adds the ledger items to the organization's ledger.

GetNextVoucherNumberForLedger ( ) : Task

Gets the organization's next voucher number to be used for the ledger.

GetNextVoucherNumberForLedgerAsync ( ) : Task

Gets the organization's next voucher number to be used for the ledger.

Private Methods

Method Description
DineroLedgers ( Dinero dinero ) : System.Collections.Generic

Method Details

Add() public method

Adds the ledger items to the organization's ledger.
public Add ( CreateLedgerItemCollection ledgerItemsToAdd ) : EmptyDineroResult
ledgerItemsToAdd CreateLedgerItemCollection A collection of the ledger items to add.
return EmptyDineroResult

AddAsync() public method

Adds the ledger items to the organization's ledger.
public AddAsync ( CreateLedgerItemCollection ledgerItemsToAdd ) : Task
ledgerItemsToAdd CreateLedgerItemCollection A collection of the ledger items to add.
return Task

GetNextVoucherNumberForLedger() public method

Gets the organization's next voucher number to be used for the ledger.
public GetNextVoucherNumberForLedger ( ) : Task
return Task

GetNextVoucherNumberForLedgerAsync() public method

Gets the organization's next voucher number to be used for the ledger.
public GetNextVoucherNumberForLedgerAsync ( ) : Task
return Task