getPaymentSessionId method

String getPaymentSessionId()

Returns the payment session ID used to authenticate the transaction.

Implementation

String getPaymentSessionId() {
  return _paymentSessionId;
}