yoti-8.x-2.5/sdk/Sharepubapi/DataEntry/Type.php
sdk/Sharepubapi/DataEntry/Type.php
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: DataEntry.proto
namespace Sharepubapi\DataEntry;
/**
* Protobuf type <code>sharepubapi_v1.DataEntry.Type</code>
*/
class Type
{
/**
* Generated from protobuf enum <code>UNDEFINED = 0;</code>
*/
const UNDEFINED = 0;
/**
* Generated from protobuf enum <code>INVOICE = 1;</code>
*/
const INVOICE = 1;
/**
* Generated from protobuf enum <code>PAYMENT_TRANSACTION = 2;</code>
*/
const PAYMENT_TRANSACTION = 2;
/**
* Generated from protobuf enum <code>LOCATION = 3;</code>
*/
const LOCATION = 3;
/**
* Generated from protobuf enum <code>TRANSACTION = 4;</code>
*/
const TRANSACTION = 4;
/**
* Generated from protobuf enum <code>AGE_VERIFICATION_SECRET = 5;</code>
*/
const AGE_VERIFICATION_SECRET = 5;
/**
* Generated from protobuf enum <code>THIRD_PARTY_ATTRIBUTE = 6;</code>
*/
const THIRD_PARTY_ATTRIBUTE = 6;
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Type::class, \Sharepubapi\DataEntry_Type::class);
