SelectedCounterPricePrice Property |
Gets or sets the price.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Nullable<decimal> Price { get; set; }
Public Property Price As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> Price {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member Price : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimalThe price.
See Also