Billing
BillingPaymentMethodCard
Saved payment method display (card brand, last 4, expiry).
Billing
Stripe-integrated billing components for subscription management, pricing display, and payment history.
Components
<XABillingPaymentMethodCard />
Saved payment method display (card brand, last 4, expiry).
<XABillingPaymentMethodCard :method="paymentMethod" @remove="handleRemove" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
method | StripePaymentMethod | required | Stripe payment method object containing card.brand, card.last4, and card.exp_month/card.exp_year |
Emits
| Event | Description |
|---|---|
remove | Fired when the user clicks the remove button |
AI Context
component: XABillingPaymentMethodCard
package: "@xenterprises/nuxt-x-app"
auto-import: true
prefix: XA
category: Billing
requires: Stripe payment method object
use-when: Displaying a saved credit/debit card with brand, last 4 digits, and expiry on billing settings pages.
