blob: 68a171cc7b2506afaba0f51d8a0d4c2a7af3bdba [file] [log] [blame]
// Copyright 2020 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://github.com/rsolomakhin/secure-payment-confirmation
dictionary PaymentCredentialInstrument {
required DOMString displayName;
required USVString icon;
};