Click or drag to resize

OrderHelperUpdateOrderLinePricesAndRenewalPeriod Method (OrderLine, Item, Currency, Guid)

Update the following attributes on order line: Price, ResellerPrice, RenwalPeriod, RenewalPeriodUnit

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static void UpdateOrderLinePricesAndRenewalPeriod(
	OrderLine line,
	Item item,
	Currency currency,
	Guid resellerId
)

Parameters

line
Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrderLine
The order line to update
item
Type: Atomia.Billing.Core.Sdk.BusinessObjectsItem
The item to use for updates
currency
Type: Atomia.Billing.Core.Sdk.BusinessObjectsCurrency
The currency to use for updates
resellerId
Type: SystemGuid
The reseller identifier
See Also