OrderHelperUpdateOrderLinePricesAndRenewalPeriod Method (OrderLine, Item, Currency, Guid, Subscription) |
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,
Subscription lineSubscription
)
Public Shared Sub UpdateOrderLinePricesAndRenewalPeriod (
line As OrderLine,
item As Item,
currency As Currency,
resellerId As Guid,
lineSubscription As Subscription
)
public:
static void UpdateOrderLinePricesAndRenewalPeriod(
OrderLine^ line,
Item^ item,
Currency^ currency,
Guid resellerId,
Subscription^ lineSubscription
)
static member UpdateOrderLinePricesAndRenewalPeriod :
line : OrderLine *
item : Item *
currency : Currency *
resellerId : Guid *
lineSubscription : Subscription -> unit
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. - lineSubscription
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsSubscription
The line subscription.
See Also