public void Update(PaymentResponse payment) { if (payment != null) { Status = payment.Status(); ZaypayPaymentId = payment.PaymentId(); } }