Version: 3.14.0
SubscriptionManageMembersContainer
Manages Members for a subscription.
info
SubscriptionManageMembersContainer requires the subscriptionToManageMembers
to be set.
if you have your own custom flow, you can use the usePelcro hook to set them before rendering the payment view
like in the following example.
#
Usage#
ReferenceSubscriptionManageMembersContainer
#
#
PropsonSuccess
#
(userObject) โ void
Callback function called when the user subscribes succesfully.
onFailure
#
(errorObject) โ void
Callback function called when the subscription creation fails.
#
Children componentsSubscriptionManageMembersEmails
#
Input field component to receive members emails that user want to invite
SubscriptionManageMembersButton
#
Button to submit the members emails.