AR Refund: Difference between revisions

no edit summary
mNo edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1:
==Assemblies version 1.8, 1.9==
{{NavigateDeveloper}}
{{BaseReferenceAC18}}
'''BCE.AutoCount.ARAP.dll'''
 
<br />
==Sample with data model==
===Create new AR Refund===
<syntaxhighlight lang="csharp">
Line 32 ⟶ 36:
</syntaxhighlight>
 
===Class of source data (data model)===
<syntaxhighlight lang="csharp">
public class RefundSource
Line 45 ⟶ 49:
</syntaxhighlight>
 
<br />
{{SeeAlsoAPIAccount}}
[[Category:Programmer]]
[[Category:API]]
[[Category:Integrate]]
[[Category:Plug-In]]
{{NavigateDeveloper}}