public PaymentNotificationResponse(customer customer, PaymentNotificationRequestHelper request) { this.customer = customer; this.request = request; this.PaymentLogId = request.getPaymentLogId().ToString();; }
public void setCustomer(customer customer) { this.customer = customer; }
public CustomerValidationResponse(customer customer, int merchantRefernce) { this._customer = customer; this._merchantRefernce = merchantRefernce; _amount = Decimal.Parse("0.00"); }