SelectedCounterPriceResellerPrice Property |
Gets or sets the reseller 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> ResellerPrice { get; set; }
Public Property ResellerPrice As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> ResellerPrice {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member ResellerPrice : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimalThe reseller price.
See Also