getPaymentSessionId method
Returns the payment session ID used to authenticate the transaction.
Implementation
String getPaymentSessionId() {
return _paymentSessionId;
}
Returns the payment session ID used to authenticate the transaction.
String getPaymentSessionId() {
return _paymentSessionId;
}