Documentation

Distributor extends Message
in package

Generated from protobuf message <code>php_bff.bff.ListDistributorsReply.Distributor</code>

Table of Contents

Properties

$code  : mixed
Generated from protobuf field <code>string code = 2 [json_name = "code"];</code>
$display_name  : mixed
Generated from protobuf field <code>string display_name = 1 [json_name = "displayName"];</code>
$subtitle  : mixed
Generated from protobuf field <code>string subtitle = 3 [json_name = "subtitle"];</code>

Methods

__construct()  : mixed
Constructor.
getCode()  : string
Generated from protobuf field <code>string code = 2 [json_name = "code"];</code>
getDisplayName()  : string
Generated from protobuf field <code>string display_name = 1 [json_name = "displayName"];</code>
getSubtitle()  : string
Generated from protobuf field <code>string subtitle = 3 [json_name = "subtitle"];</code>
setCode()  : $this
Generated from protobuf field <code>string code = 2 [json_name = "code"];</code>
setDisplayName()  : $this
Generated from protobuf field <code>string display_name = 1 [json_name = "displayName"];</code>
setSubtitle()  : $this
Generated from protobuf field <code>string subtitle = 3 [json_name = "subtitle"];</code>

Properties

$code

Generated from protobuf field <code>string code = 2 [json_name = "code"];</code>

protected mixed $code = ''

$display_name

Generated from protobuf field <code>string display_name = 1 [json_name = "displayName"];</code>

protected mixed $display_name = ''

$subtitle

Generated from protobuf field <code>string subtitle = 3 [json_name = "subtitle"];</code>

protected mixed $subtitle = ''

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
$data : array<string|int, mixed> = NULL

{ Optional. Data for populating the Message object.

@type string $display_name
@type string $code
@type string $subtitle

}

getCode()

Generated from protobuf field <code>string code = 2 [json_name = "code"];</code>

public getCode() : string
Return values
string

getDisplayName()

Generated from protobuf field <code>string display_name = 1 [json_name = "displayName"];</code>

public getDisplayName() : string
Return values
string

getSubtitle()

Generated from protobuf field <code>string subtitle = 3 [json_name = "subtitle"];</code>

public getSubtitle() : string
Return values
string

setCode()

Generated from protobuf field <code>string code = 2 [json_name = "code"];</code>

public setCode(string $var) : $this
Parameters
$var : string
Return values
$this

setDisplayName()

Generated from protobuf field <code>string display_name = 1 [json_name = "displayName"];</code>

public setDisplayName(string $var) : $this
Parameters
$var : string
Return values
$this

setSubtitle()

Generated from protobuf field <code>string subtitle = 3 [json_name = "subtitle"];</code>

public setSubtitle(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results