# Billing ## Example Usage ```typescript import { Billing } from "@lukehagar/plexjs"; let value: Billing = { internalPaymentMethod: {}, paymentMethodId: 368725, }; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | | `internalPaymentMethod` | [models.InternalPaymentMethod](../models/internalpaymentmethod.md) | :heavy_check_mark: | N/A | | `paymentMethodId` | *number* | :heavy_check_mark: | N/A |