treasurer/internal/models/payment_response.go

7 lines
90 B
Go
Raw Normal View History

2025-06-02 14:39:46 +00:00
package models
type PaymentResponse struct {
RedirectURL string
Payment *Payment
}