package models type PaymentResponse struct { RedirectURL string Payment *Payment }