Files
shop/payment/payment.go
Florian Schlegel 99939e0fc4 new vo's for payment
2016-03-09 09:55:00 +01:00

7 lines
87 B
Go

package payment
type Payment struct {
StateOfPayment string
Currency string
}