Sage.PL.WebAPI.Interface.Payments.ViewModels.Issue Namespace > PaymentIssue Class > PaymentIssue Properties > TotalValue Property 

Drukuj

.NET Framework Class Library

PaymentIssue.TotalValue Property

Całkowita wartość dokumentu. Jeżeli pole nie zostanie podane, wartość zostanie obliczona na podstawie wartości podanych rozliczeń. Pole jest wymagane dla dokumentów TR-.

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

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 TotalValue As Nullable(Of Decimal)
 Get
 Set

C#

public Nullable<decimalTotalValue { getset; }

Visual C++

public:
property Nullable<DecimalTotalValue {
 Nullable<Decimalget ();
 void set (Nullable<Decimalvalue);
}

JavaScript

function get_totalValue();
function set_totalValue(value);

See Also

PaymentIssue Class

PaymentIssue Members

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