7 lines
90 B
Go
7 lines
90 B
Go
|
package models
|
||
|
|
||
|
type PaymentResponse struct {
|
||
|
RedirectURL string
|
||
|
Payment *Payment
|
||
|
}
|