Instance Method

void(transactionId:)

Specify that the transaction will be processed as a Void and provide a valid Transaction ID that has previously been processed as a Sale, Auth, Capture or Refund. The Amount does not need to be provided.

Declaration

@discardableResult func void(transactionId: UUID) -> TransactionBuilder

Return Value

The current TransactionBuilder instance for fluent access.

Parameters

s transactionId

The Transaction ID for the transaction to be voided.