8 lines
178 B
Go
8 lines
178 B
Go
package models
|
|
|
|
type StatementAgingParams struct {
|
|
AccountCode string `json:"accountcode"`
|
|
EndDate string `json:"enddate"`
|
|
Parislemler []string `json:"parislemler"`
|
|
}
|