blob: dfd76880731d29ba73fc61e31849b455e4eba126 [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 AndroidPayTokenization {
DOMString tokenizationType;
Dictionary parameters;
};