V360HsnCode
in package
Table of Contents
- $division : mixed
- $isService : bool
- $query : Builder
- Query builder used for this instance
- $select : array<string|int, mixed>
- $tagOp : mixed
- $tags : mixed
- __construct() : mixed
- division() : mixed
- list() : Collection
- Get list of hsn codes
- product() : mixed
- query() : mixed
- resetQuery() : mixed
- select() : mixed
- service() : mixed
- tags() : mixed
Properties
$division
private
mixed
$division
$isService
private
bool
$isService
= false
$query
Query builder used for this instance
private
Builder
$query
$select
private
array<string|int, mixed>
$select
= ['code', 'name']
$tagOp
private
mixed
$tagOp
$tags
private
mixed
$tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —division()
public
division(mixed $division) : mixed
Parameters
- $division : mixed
Return values
mixed —list()
Get list of hsn codes
public
list() : Collection
Return values
Collection —product()
public
product() : mixed
Return values
mixed —query()
public
query() : mixed
Return values
mixed —resetQuery()
public
resetQuery() : mixed
Return values
mixed —select()
public
select(mixed $fields) : mixed
Parameters
- $fields : mixed
Return values
mixed —service()
public
service() : mixed
Return values
mixed —tags()
public
tags(mixed $tags[, mixed $tagOp = 'OR' ]) : mixed
Parameters
- $tags : mixed
- $tagOp : mixed = 'OR'