// Copyright 2017 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_PAYMENTS_CORE_PAYMENT_OPTIONS_H_ #define COMPONENTS_PAYMENTS_CORE_PAYMENT_OPTIONS_H_ #include "components/payments/core/payment_options_provider.h" // C++ bindings for the PaymentRequest API PaymentOptions. Conforms to the // following spec: // https://w3c.github.io/payment-request/#paymentoptions-dictionary namespace payments { class PaymentOptions { … }; } // namespace payments #endif // COMPONENTS_PAYMENTS_CORE_PAYMENT_OPTIONS_H_