Business rules

Interface IApproval

Data structure for approval data.

Index

Properties

Properties

public Approved: boolean

Return true if invoice was approved, otherwise false

public ApprovedBy: IPerson

Person that is responsible for invoice approval. Typically this is a manager.

public ApprovedDate: Date

Date when the invoice was approved.