ResellerItemPrice Constructor (String, Decimal) |
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public ResellerItemPrice(
string description,
decimal value
)
Public Sub New (
description As String,
value As Decimal
)
public:
ResellerItemPrice(
String^ description,
Decimal value
)
new :
description : string *
value : decimal -> ResellerItemPrice
Parameters
- description
- Type: SystemString
The description. - value
- Type: SystemDecimal
The value.
See Also