// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file is autogenerated by
// //components/payments/content/android/BUILD.gn
package org.chromium.components.payments;
/** Payment method identifier strings. */
public abstract class MethodStrings {{
{NATIVE_STRINGS}
// Prevent instantiation.
private MethodStrings() {{}}
}}