Click or drag to resize
IService3LProSupplierInvoiceaddToSupplierInvoicePaymentAmount Method

[This is preliminary documentation and is subject to change.]

Utöka det godkända beloppet för betalning med ett visst belopp.

Namespace: _3LProServices.SupplierInvoiceService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
bool addToSupplierInvoicePaymentAmount(
	SupplierInvoiceOptions supplierInvoiceOptions,
	SupplierInvoiceId supplierInvoiceId,
	decimal paymentAmount,
	out List<string> messages
)

Parameters

supplierInvoiceOptions
Type: _3LProServices.SupplierInvoiceServiceSupplierInvoiceOptions
Grundinställningar
supplierInvoiceId
Type: _3LProServices.SupplierInvoiceServiceSupplierInvoiceId
Identfierar leverantörsfaktura
paymentAmount
Type: SystemDecimal
Detta belopp adderas till Godkännt belopp för betalning.
messages
Type: System.Collections.GenericListString
Lista med eventuella felmeddelanden

Return Value

Type: Boolean
True - om allt har gått bra. False - det gick inte att sätta godkännt belopp.
See Also