Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace > SaleCorrectionIssue Class > SaleCorrectionIssue Properties > PaymentFormId Property 

Drukuj

.NET Framework Class Library

SaleCorrectionIssue.PaymentFormId Property

Id formy płatności wykorzystywane do pobrania formy płatności i uzupełnienia pól [nazwa] oraz [termin] z sekcji [formaPl] w imporcie specjalnym.

W przypadku nie podania wartości, rejestr płatności oraz forma płatności nie zostaną skorygowane.

Namespace: Sage.PL.WebAPI.Interface.Sales.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Sales (in Sage.PL.WebAPI.Interface.Sales.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property PaymentFormId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intPaymentFormId { getset; }

Visual C++

public:
property Nullable<intPaymentFormId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_paymentFormId();
function set_paymentFormId(value);

See Also

SaleCorrectionIssue Class

SaleCorrectionIssue Members

Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace