service/customer/finance/finance.go

6 lines
56 B

package finance
type Finance struct {
Wallet wallet
}