AR Refund: Difference between revisions

146 bytes removed ,  5 years ago
no edit summary
mNo edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1:
===Assemblies version 1.8=, 1.9==
{{BaseReferenceAC18}}
<pre>
'''BCE.AutoCount.ARAP.dll'''
BCE.AutoCount.ARAP.dll
BCE.Utils.dll
</pre>
 
<br />
==Sample with data model==
===Create new AR Refund===
<syntaxhighlight lang="csharp">
Line 37 ⟶ 36:
</syntaxhighlight>
 
===Class of source data (data model)===
<syntaxhighlight lang="csharp">
public class RefundSource
Line 50 ⟶ 49:
</syntaxhighlight>
 
<br />
==See Also==
{{SeeAlsoAPIAccount}}
* [[AR Debtor]]
* [[AR Invoice]]
* [[AR Received Payment]]
* [[AR Debit Note]]
* [[AR Credit Note]]
* [[AR Refund]]
* [[AR Deposit]]
* [[AR Deposit - Create New or Update with Refund & Forfeit]]
 
[[Category:Programmer]]
[[Category:API]]