Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 408 Bytes

GetCustomerPortalUrl200ResponseCustomer.md

File metadata and controls

18 lines (12 loc) · 408 Bytes

LagoAPI::GetCustomerPortalUrl200ResponseCustomer

Properties

Name Type Description Notes
portal_url String An embeddable link for displaying a customer portal

Example

require 'lago_ruby'

instance = LagoAPI::GetCustomerPortalUrl200ResponseCustomer.new(
  portal_url: https://app.lago.com/customer-portal/1234567890
)