<CustomerProfile />
Last updated
Last updated
import { CustomerProfile } from "@billing-js/react-billing-js"interface Props {
// allow users to transfer their subscription
// aka update the email address associated with their subscription
// You will need to configure the Customer webhook to support this feature
enableSubscriptionTransfer?: boolean // default false
}