 | 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
Syntaxbool Validate(
IErrors errors
)
Function Validate (
errors As IErrors
) As Boolean
Parameters
- errors
- Type: EBP.Api.Interfaces.MiscIErrors
Error collection
Return Value
Type:
Booleantrue is succeed ; false otherwise
See Also