C# Class CadenceAPI.AutoInvoiceAPI

Afficher le fichier Open project: AcklenAvenue/cadence-autoinvoice-api Class Usage Examples

Méthodes publiques

Méthode Description
ProcessBatchOfInvoices ( int _transKey, int _BatchNo ) : bool

Private Methods

Méthode Description
ProcessInvoiceNoImage ( fsInvPost _invPost, int _transKey, object _debtorKey, object _invNumber, object _invAmount, object _invDate, object _invDescr, string _enteredUserId ) : bool
ProcessInvoiceWithImage ( fsInvPost _invPost, int _transKey, object _debtorKey, object _invNumber, object _invAmount, object _invDate, object _invDescr, string _enteredUserId, string _imagePathandFileName ) : bool

Method Details

ProcessBatchOfInvoices() public méthode

public ProcessBatchOfInvoices ( int _transKey, int _BatchNo ) : bool
_transKey int
_BatchNo int
Résultat bool