Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace > Contractor Class > Contractor Properties > PaymentForm Property 

Drukuj

.NET Framework Class Library

Contractor.PaymentForm Property

Domyślna forma płatności kontrahenta. Obiekt, który jest odpowiednikiem pola [formaPl] z obiektu BKontrahent.

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 PaymentForm As PaymentFormBase
 Get
 Set

C#

public PaymentFormBase PaymentForm { getset; }

Visual C++

public:
property PaymentFormBasePaymentForm {
 PaymentFormBaseget ();
 void set (PaymentFormBasevalue);
}

JavaScript

function get_paymentForm();
function set_paymentForm(value);

See Also

Contractor Class

Contractor Members

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