FormatsInvoiceDocument(Object, Object, Boolean, String, String) Method
Note: This API is now obsolete.
Returns the document formatted with series, number and credit suffix (if it exists) based on the indicated mask.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
[ObsoleteAttribute]
public static string InvoiceDocument(
Object serial,
Object number,
bool isCredit,
string suffixCredit,
string mask
)
<ObsoleteAttribute>
Public Shared Function InvoiceDocument (
serial As Object,
number As Object,
isCredit As Boolean,
suffixCredit As String,
mask As String
) As String
- serial Object
- Document serial.
- number Object
- Document number.
- isCredit Boolean
- Indicates if it is credit.
- suffixCredit String
- Credit suffix.
- mask String
- Mask used to format the document.
StringString with the document formatted.