Click or drag to resize
Service3LProSupplierInvoicesetSupplierInvoicePaymentAmount Method

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

Sätt godkännt belopp för betalning till ett visst belopp.

Namespace: _3LProServices.SupplierInvoiceService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public bool setSupplierInvoicePaymentAmount(
	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
Godkännt belopp för betalning sätts till detta belopp
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.

Implements

IService3LProSupplierInvoicesetSupplierInvoicePaymentAmount(SupplierInvoiceOptions, SupplierInvoiceId, Decimal, ListString)
See Also