node-ovh-ts
Version:
OVH API wrapper library for TypeScript
22 lines (19 loc) • 923 B
TypeScript
import { PackXdslMigrationAndAddressMovePromotion } from './PackXdslMigrationAndAddressMovePromotion.js';
import { PackXdslAddressMovePrice } from './PackXdslAddressMovePrice.js';
import './PackXdslMigrationAndAddressMovePromotionDetails.js';
import './OrderPrice.js';
import './OrderCurrencyCodeEnum.js';
type PackXdslAddressMovePriceOffer = {
creationLineFees?: PackXdslAddressMovePrice;
currentOfferPrice?: PackXdslAddressMovePrice;
due?: PackXdslAddressMovePrice;
firstYearPromo?: PackXdslAddressMovePrice;
gtrComfortFees?: PackXdslAddressMovePrice | null;
installFees?: PackXdslAddressMovePrice;
modemRental?: PackXdslAddressMovePrice;
price?: PackXdslAddressMovePrice;
promotion?: PackXdslMigrationAndAddressMovePromotion | null;
providerAI?: PackXdslAddressMovePrice | null;
providerOrange?: PackXdslAddressMovePrice | null;
};
export { PackXdslAddressMovePriceOffer };