chromium/components/autofill/core/browser/payments/payments_util.cc

// Copyright 2018 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/autofill/core/browser/payments/payments_util.h"

#include <string_view>

#include "base/check_op.h"
#include "base/ranges/algorithm.h"
#include "base/strings/string_number_conversions.h"
#include "components/autofill/core/browser/payments/payments_customer_data.h"
#include "components/autofill/core/browser/payments_data_manager.h"
#include "components/autofill/core/common/credit_card_number_validation.h"

namespace autofill {
namespace payments {

namespace {
constexpr int kCustomerHasNoBillingCustomerNumber =;
}

int64_t GetBillingCustomerId(const PaymentsDataManager* payments_data_manager) {}

bool HasGooglePaymentsAccount(PaymentsDataManager* payments_data_manager) {}

bool IsCreditCardNumberSupported(
    const std::u16string& card_number,
    const std::vector<std::pair<int, int>>& supported_card_bin_ranges) {}

}  // namespace payments
}  // namespace autofill