I'm trying to figure out a way to parse whether a transaction was run as DEBIT or CREDIT. It appears that there are a couple values in a sale response that I should be able to use for determining that, but the values don't look like they are being set properly. The routingIndicator in paymentResponse.Payment.cardTransaction.extra and the accountSelection in paymentResponse.Payment.transactionInfo both look like they should show if a transaction was run as debit, but in the response I get, they are empty.
I am using a devkit Clover flex, which I know doesn't always return the same data as a production device, is that the case here as well?