forked from lug/matterbridge
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
31
vendor/github.com/yaegashi/msgraph.go/beta/ModelGeneral.go
generated
vendored
Normal file
31
vendor/github.com/yaegashi/msgraph.go/beta/ModelGeneral.go
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
import "time"
|
||||
|
||||
// GeneralLedgerEntry undocumented
|
||||
type GeneralLedgerEntry struct {
|
||||
// Entity is the base model of GeneralLedgerEntry
|
||||
Entity
|
||||
// PostingDate undocumented
|
||||
PostingDate *Date `json:"postingDate,omitempty"`
|
||||
// DocumentNumber undocumented
|
||||
DocumentNumber *string `json:"documentNumber,omitempty"`
|
||||
// DocumentType undocumented
|
||||
DocumentType *string `json:"documentType,omitempty"`
|
||||
// AccountID undocumented
|
||||
AccountID *UUID `json:"accountId,omitempty"`
|
||||
// AccountNumber undocumented
|
||||
AccountNumber *string `json:"accountNumber,omitempty"`
|
||||
// Description undocumented
|
||||
Description *string `json:"description,omitempty"`
|
||||
// DebitAmount undocumented
|
||||
DebitAmount *int `json:"debitAmount,omitempty"`
|
||||
// CreditAmount undocumented
|
||||
CreditAmount *int `json:"creditAmount,omitempty"`
|
||||
// LastModifiedDateTime undocumented
|
||||
LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
|
||||
// Account undocumented
|
||||
Account *Account `json:"account,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user