chromium/components/autofill/core/browser/payments/virtual_card_enrollment_flow.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_VIRTUAL_CARD_ENROLLMENT_FLOW_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_VIRTUAL_CARD_ENROLLMENT_FLOW_H_

namespace autofill {

// This enum is used to denote the specific source that the virtual card
// enrollment process originated from.
enum class VirtualCardEnrollmentSource {};

// Denotes the request type for an UpdateVirtualCardEnrollmentRequest.
enum class VirtualCardEnrollmentRequestType {};

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_VIRTUAL_CARD_ENROLLMENT_FLOW_H_