// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/facilitated_payments/core/browser/network_api/facilitated_payments_initiate_payment_response_details.h"
namespace payments::facilitated {
FacilitatedPaymentsInitiatePaymentResponseDetails::
FacilitatedPaymentsInitiatePaymentResponseDetails() = default;
FacilitatedPaymentsInitiatePaymentResponseDetails::
~FacilitatedPaymentsInitiatePaymentResponseDetails() = default;
} // namespace payments::facilitated