<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: keyapis/invoice/v1/keyapis_invoice_invoice_v1.proto

namespace Keyapis\Invoice\V1\CreateInvoiceResponse\Error;

use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;

/**
 * Должно быть означено поле phone_number, либо поле email
 *
 * Generated from protobuf message <code>keyapis.invoice.v1.CreateInvoiceResponse.Error.MissingUserContacts</code>
 */
class MissingUserContacts extends \Google\Protobuf\Internal\Message
{

    /**
     * Constructor.
     *
     * @param array $data {
     *     Optional. Data for populating the Message object.
     *
     * }
     */
    public function __construct($data = NULL) {
        \GPBMetadata\Keyapis\Invoice\V1\KeyapisInvoiceInvoiceV1::initOnce();
        parent::__construct($data);
    }

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MissingUserContacts::class, \Keyapis\Invoice\V1\CreateInvoiceResponse_Error_MissingUserContacts::class);

