Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Path is the relative API path for Manual Journals
Path = "/api.xro/2.0/ManualJournals"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Journal ¶
type Journal struct { XMLName xml.Name `xml:"ManualJournal"` ManualJournalID string `xml:",omitempty"` Date string Status string Narration string JournalLines []JournalLine }
Journal is the Manual Journal model
type JournalLine ¶
type JournalLine struct {
JournalLine JournalLineObj
}
JournalLine is the JournalLine model
type JournalLineObj ¶
JournalLineObj is the JournalLine single object model
Click to show internal directories.
Click to hide internal directories.