import { QuoteDataAddressInterface } from './quoteDataAddressInterface'; import { QuoteDataPaymentInterface } from './quoteDataPaymentInterface'; export interface CheckoutPaymentInformationManagementV1SavePaymentInformationPostBody { paymentMethod: QuoteDataPaymentInterface; billingAddress?: QuoteDataAddressInterface; }