Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 504 Bytes

File metadata and controls

25 lines (13 loc) · 504 Bytes

TransactionApprover

The approver data for transaction.

Properties

Name Type Description Notes
name String The approver name of the transaction. [optional]
status StatusEnum The approval status. [optional]

Enum: StatusEnum

Name Value
PENDING "Pending"
APPROVED "Approved"
REJECTED "Rejected"