UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

20 lines (17 loc) 617 B
import { OrderPrice } from './OrderPrice.js'; import { TelephonyBillingAccountStatusEnum } from './TelephonyBillingAccountStatusEnum.js'; import './OrderCurrencyCodeEnum.js'; type TelephonyBillingAccount = { allowedOutplan?: OrderPrice; billingAccount?: string; creditThreshold?: OrderPrice; currentOutplan?: OrderPrice; description?: string; hasSpecialNumbers?: boolean; hiddenExternalNumber?: boolean; overrideDisplayedNumber?: boolean; securityDeposit?: OrderPrice; status?: TelephonyBillingAccountStatusEnum; trusted?: boolean; }; export { TelephonyBillingAccount };