treasurer/internal/models/payment_response.go

7 lines
90 B
Go

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