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