6 lines
91 B
Go

package api
type CreatePaymentResponse struct {
PaymentUrl string `json:"payment_url"`
}