PolarExpress.Schemas.CustomerSessionCustomerExternalIDCreate
(polar_express v0.2.2)
Copy Markdown
View Source
CustomerSessionCustomerExternalIDCreate
Schema for creating a customer session using an external customer ID.
Summary
Types
@type t() :: %PolarExpress.Schemas.CustomerSessionCustomerExternalIDCreate{ external_customer_id: term(), external_member_id: term(), member_id: term(), return_url: term() }
external_customer_id- External ID of the customer to create a session for.external_member_id- External ID of the member to create a session for. Alternative tomember_id. Nullable.member_id- ID of the member to create a session for. When not provided and the organization hasmember_model_enabled, the owner member of the customer will be used for individual customers. Nullable.return_url- When set, a back button will be shown in the customer portal to return to this URL. Nullable.