Instance Method

allowPartialApproval(_:)

Specify whether Partial Approval is allowed for the transaction. Partial Approval means that the amount approved for the transaction could be lower than the amount requested.

Declaration

@discardableResult func allowPartialApproval(_ allowed: Bool = true) -> TransactionBuilder

Return Value

The current TransactionBuilder instance for fluent access.

Parameters

s allowed

Is Partial Approval allowed?