Return Value
the TransactionResult object
Technology
init(transaction: Transaction
, status: TransactionResultStatus
= TransactionResultStatus.none, uploaded: Date? = nil, response: TransactionResultResponse
? = nil, reason: String? = nil, receipt: TransactionReceipt
? = nil, warning: ApiResponseError
? = nil, error: ApiResponseError
? = nil, firstResult: TransactionResult
? = nil)
the TransactionResult object
transaction
The transaction the result belongs to.
status
The status of the result.
uploaded
The date and time the transaction was uploaded. Pass null if the transaction has not been uploaded.