UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

22 lines 542 B
import { LongPrice } from '../order/LongPrice'; import { Price } from '../order/Price'; /** Information about a DownPaymentInvoice entry */ export interface DownPaymentInvoiceDetail { /** */ description: string; /** */ domain: string; /** */ downPaymentInvoiceDetailId: string; /** */ periodEnd?: string; /** */ periodStart?: string; /** */ quantity: number; /** */ totalPrice: Price; /** */ unitPrice: LongPrice; } //# sourceMappingURL=DownPaymentInvoiceDetail.d.ts.map