mirror of
https://github.com/foomo/shop.git
synced 2026-06-02 17:10:06 +00:00
7 lines
87 B
Go
7 lines
87 B
Go
package payment
|
|
|
|
type Payment struct {
|
|
StateOfPayment string
|
|
Currency string
|
|
}
|