Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace > ContractorListElement Class > ContractorListElement Properties > PaymentRegistryOid Property 

Drukuj

.NET Framework Class Library

ContractorListElement.PaymentRegistryOid Property

Id domyślnego rejestru płatności kontrahenta.

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

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

Syntax

Visual Basic

Public Property PaymentRegistryOid As Integer
 Get
 Set

C#

public int PaymentRegistryOid { getset; }

Visual C++

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

JavaScript

function get_paymentRegistryOid();
function set_paymentRegistryOid(value);

Remarks

Pole tylko do odczytu.

See Also

ContractorListElement Class

ContractorListElement Members

Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace