Cat.AuthorizeCompletion(Int32, Decimal, Decimal, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Authorizes the purchase after approval.
public abstract void AuthorizeCompletion (int sequenceNumber, decimal amount, decimal taxOthers, int timeout);
abstract member AuthorizeCompletion : int * decimal * decimal * int -> unit
Public MustOverride Sub AuthorizeCompletion (sequenceNumber As Integer, amount As Decimal, taxOthers As Decimal, timeout As Integer)
Parameters
- sequenceNumber
- Int32
Sequence number for approval.
- amount
- Decimal
Purchase amount for approval.
- taxOthers
- Decimal
Tax and other amounts for approval.
- timeout
- Int32
The maximum wait time (in milliseconds) until the response is received from the CAT device. WaitForever, 0, and positive values can be specified.