blob: 301c118d885a7bbae6acaa3981e4bf4fe93b6dc5 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// 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;
};