nuxt-x-app-admin
Tenants Billing
Tenant billing card with plan change (free / starter / pro / enterprise) and view-invoices action.
Tenants Billing
Tenant billing card with plan change (free / starter / pro / enterprise) and view-invoices action.
Components
<XAdminTenantsBilling />
Props, events, and behaviour reflect the actual <script setup> of XAdmin/Tenants/Billing.vue in @xenterprises/nuxt-x-app-admin.
<XAdminTenantsBilling />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
tenant | Object | REQUIRED | Tenant object whose billing is displayed. |
Emits
| Event | Payload | Description |
|---|---|---|
view-invoices | varies | Fired when 'View invoices' is clicked. |
AI Context
component: XAdminTenantsBilling
package: "@xenterprises/nuxt-x-app-admin"
category: Tenants
source: app/components/XAdmin/Tenants/Billing.vue
use-when: Tenant billing card with plan change (free / starter / pro / enterprise) and view-invoices action.
