Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseCorrection Class > PurchaseCorrection Properties > PaymentFormId Property 

Drukuj

.NET Framework Class Library

PurchaseCorrection.PaymentFormId Property

Id formy płatności.

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

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

Syntax

Visual Basic

Public Property PaymentFormId As Integer
 Get
 Set

C#

public int PaymentFormId { getset; }

Visual C++

public:
property int PaymentFormId {
 int get ();
 void set (int value);
}

JavaScript

function get_paymentFormId();
function set_paymentFormId(value);

See Also

PurchaseCorrection Class

PurchaseCorrection Members

Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace