Click or drag to resize

IBankRemittanceEntityBaseValidate Method

Set the bank remittance to validated state

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.BankRemittance
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
bool Validate(
	IErrors errors
)

Parameters

errors
Type: EBP.Api.Interfaces.MiscIErrors
Error collection

Return Value

Type: Boolean
true is succeed ; false otherwise
See Also