You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2020. It is now read-only.
When trying to add an attachment to a Banktransaction I get the error:
Error 30 The type 'XeroApi.Model.BankTransaction' cannot be used as type parameter 'TModel' in the generic type or method 'XeroApi.AttachmentRepository.Create(TModel, XeroApi.Model.Attachment)'. There is no implicit reference conversion from 'XeroApi.Model.BankTransaction' to 'XeroApi.Model.IAttachmentParent'.
However the API documentation states you can add attachments to a transaction, was this just not implemented or am I missing something?