/** * Quote Service API * Quote service for calculate the total quotes * * OpenAPI spec version: 0.0.1-SNAPSHOT * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { CancelType } from './cancelType'; import { QuoteDetail } from './quoteDetail'; import { QuoteModifications } from './quoteModifications'; export interface TotalsAndTaxes { additionalAmount?: string; cancel?: Array; creditCardRequired?: boolean; modifications?: QuoteModifications; payAtCounter?: QuoteDetail; payOnBooking?: QuoteDetail; prepaidType?: boolean; previousAmount?: string; rateGuaranteed?: boolean; rateQualifier?: string; rateQuoteId?: string; rateType?: string; refundAmount?: string; totalAmount?: string; totalCurrency?: string; }