UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 349 B
import { Price } from '../order/Price'; /** Informations related to the rate code */ export interface RateCodeInformation { /** The Rsva rate code */ code: string; /** Price per call */ pricePerCallWithoutTax: Price; /** Price per minute */ pricePerMinuteWithoutTax: Price; } //# sourceMappingURL=RateCodeInformation.d.ts.map