IFlashpointShoppingCartAddMembershipRenewal Method

Adds a membership that is up for renewal to renew to the cart

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
IShoppingCartState AddMembershipRenewal(
	string cartToken,
	NetForumId renewalMembershipId,
	params Object[] terms
)

Parameters

cartToken  String
Working cart token
renewalMembershipId  NetForumId
Membership ID of the membership to add for renewal
terms  Object
An array of flex-compatible objects with additional fields to set on the membership object when it is added to the cart

Return Value

IShoppingCartState
The updated cart

See Also