blob: 6d28b32437496fd380464c48c311eff0abf1002e [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://gist.github.com/rsolomakhin/eba91c185028899883d2c7f37f357d7c
dictionary CanMakePaymentResponse {
boolean canMakePayment;
boolean readyForMinimalUI;
DOMString accountBalance;
};