6 lines
91 B
Go
6 lines
91 B
Go
package api
|
|
|
|
type CreatePaymentResponse struct {
|
|
PaymentUrl string `json:"payment_url"`
|
|
}
|