public void setRequest(PaymentNotificationRequestHelper request)
 {
     this.request = request;
 }
 public PaymentNotificationResponse(customer customer, PaymentNotificationRequestHelper request)
 {
     this.customer     = customer;
     this.request      = request;
     this.PaymentLogId = request.getPaymentLogId().ToString();;
 }