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