Sage.PL.WebAPI.Interface.Payments.ViewModels Namespace > Settlement Class > Settlement Properties > Description Property 

Drukuj

.NET Framework Class Library

Settlement.Description Property

Opis rozrachunku.

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

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

Syntax

Visual Basic

Public Property Description As String
 Get
 Set

C#

public string Description { getset; }

Visual C++

public:
property StringDescription {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_description();
function set_description(value);

See Also

Settlement Class

Settlement Members

Sage.PL.WebAPI.Interface.Payments.ViewModels Namespace