diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/GeneralLedgerEntryModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/GeneralLedgerEntryModel.go | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/GeneralLedgerEntryModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/GeneralLedgerEntryModel.go deleted file mode 100644 index 7f0b0121..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/GeneralLedgerEntryModel.go +++ /dev/null @@ -1,31 +0,0 @@ -// 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 *time.Time `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"` -} |