OrderHelperProrateShouldBeAppliedAlignmentCart Method |
Checks if prorate should be applied on price for the subscription which is alligned to some other subscription
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 bool ProrateShouldBeAppliedAlignmentCart(
Item item,
Order order
)
Public Shared Function ProrateShouldBeAppliedAlignmentCart (
item As Item,
order As Order
) As Boolean
public:
static bool ProrateShouldBeAppliedAlignmentCart(
Item^ item,
Order^ order
)
static member ProrateShouldBeAppliedAlignmentCart :
item : Item *
order : Order -> bool
Parameters
- item
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsItem
The item for checking. - order
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.OrderHelper.ProrateShouldBeAppliedAlignmentCart(Atomia.Billing.Core.Sdk.BusinessObjects.Item,Atomia.Billing.Core.Sdk.BusinessObjects.Order)"]
See Also