chromium/third_party/blink/renderer/modules/payments/android_pay_method_data.idl

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

// https://developers.google.com/web/fundamentals/getting-started/primers/payment-request/android-pay
// TODO(rouslan): Stop parsing Android Pay data. http://crbug.com/620173

dictionary AndroidPayMethodData {
    DOMString environment;
    DOMString minGooglePlayServicesVersion;
    long apiVersion;
};