import { QuoteDataPaymentInterface } from './quoteDataPaymentInterface'; import { QuoteDataTotalsAdditionalDataInterface } from './quoteDataTotalsAdditionalDataInterface'; export interface QuoteCartTotalManagementV1CollectTotalsPutBody { paymentMethod: QuoteDataPaymentInterface; shippingCarrierCode?: string; shippingMethodCode?: string; additionalData?: QuoteDataTotalsAdditionalDataInterface; }