PaymentSDKQueryConfiguration constructor
PaymentSDKQueryConfiguration()
Implementation
PaymentSDKQueryConfiguration(
String serverKey,
String clientKey,
String merchantCountryCode,
String profileID,
String transactionReference) {
this.clientKey = clientKey;
this.merchantCountryCode = merchantCountryCode;
this.profileID = profileID;
this.serverKey = serverKey;
this.transactionReference = transactionReference;
}