Sets this PendingApproval to an approved state
Alias for PendingApproval.reject()
Get the id of the user that performed the action resulting in this PendingApproval
Get the enterprise ID that is associated with this PendingApproval
Refetches this PendingApproval from the server and returns it.
Note that this mutates the PendingApproval object in place.
Get the id for this PendingApproval
Get information about this PendingApproval
Get the owner type (wallet or enterprise) Pending approvals can be approved or modified by different scopes (depending on how they were created) If a pending approval is owned by a wallet, then it can be approved by administrators of the wallet If a pending approval is owned by an enterprise, then it can be approved by administrators of the enterprise
Recreate a transaction for a pending approval to respond to updated network conditions
Sets this PendingApproval to a rejected state
Get the state of this PendingApproval
Get the type of the pending approval (what it approves)
Generate a url for this PendingApproval for making requests to the server.
Get the id of the wallet which is associated with this PendingApproval
Generated using TypeDoc
Get the number of approvals that are required for this PendingApproval to be approved. Defaults to 1 if approvalsRequired doesn't exist on the object