ExhibitorShoppingServiceGetBoothComplementFeeOptions Method
Retrieves a list of possible booth complement fee options, using the current in-progress exhibitor application, and the contents of the user's current
shopping cart as inputs to NetFORUM's baseline determination process.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<BoothComplementFeeOption> GetBoothComplementFeeOptions(
ExhibitorApplication exhibitorApplication,
INetForumShoppingCart cart
)
Public Function GetBoothComplementFeeOptions (
exhibitorApplication As ExhibitorApplication,
cart As INetForumShoppingCart
) As IReadOnlyCollection(Of BoothComplementFeeOption)
public:
virtual IReadOnlyCollection<BoothComplementFeeOption^>^ GetBoothComplementFeeOptions(
ExhibitorApplication^ exhibitorApplication,
INetForumShoppingCart^ cart
) sealed
abstract GetBoothComplementFeeOptions :
exhibitorApplication : ExhibitorApplication *
cart : INetForumShoppingCart -> IReadOnlyCollection<BoothComplementFeeOption>
override GetBoothComplementFeeOptions :
exhibitorApplication : ExhibitorApplication *
cart : INetForumShoppingCart -> IReadOnlyCollection<BoothComplementFeeOption>
- exhibitorApplication ExhibitorApplication
- The current in-progress exhibitor application to retrieve booth complement fee options for
- cart INetForumShoppingCart
- An instance of the registering user's current shopping cart, whose contents will be used in NetFORUM's process for determining allowed options.
IReadOnlyCollectionBoothComplementFeeOptionA list of the possible booth complement fee options that may be added to the passed application