Get the total cost of the credit bundle


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property TotalCost As Decimal
C#
public decimal TotalCost { get; }
C++
public property decimal TotalCost sealed  {
    decimal get();
}
J#
/** property */
public decimal get_TotalCost();
JScript
public function get TotalCost() : Decimal

See Also