SourceType
in package
Class SourceType
Tags
Table of Contents
Constants
- SOURCE_TYPE_ID_AMAZON_FC_TRANSFER = 12
- SOURCE_TYPE_ID_AMAZON_INBOUND = 13
- SOURCE_TYPE_ID_AMAZON_PRODUCT = 21
- SOURCE_TYPE_ID_AMAZON_REFUND = 3
- SOURCE_TYPE_ID_AMAZON_RETURN = 14
- SOURCE_TYPE_ID_AMAZON_VAT_SALE = 5
- SOURCE_TYPE_ID_MANUAL_CREDIT = 30
- SOURCE_TYPE_ID_MANUAL_PRODUCT = 33
Properties
Methods
- getId() : int|null
- Get $id
- getModule() : Module
- Get the value of module
- getModuleId() : int
- Get the value of moduleId
- getSource() : int
- Get the value of source
- getTable() : string
- Get the value of table
Constants
SOURCE_TYPE_ID_AMAZON_FC_TRANSFER
public
mixed
SOURCE_TYPE_ID_AMAZON_FC_TRANSFER
= 12
SOURCE_TYPE_ID_AMAZON_INBOUND
public
mixed
SOURCE_TYPE_ID_AMAZON_INBOUND
= 13
SOURCE_TYPE_ID_AMAZON_PRODUCT
public
mixed
SOURCE_TYPE_ID_AMAZON_PRODUCT
= 21
SOURCE_TYPE_ID_AMAZON_REFUND
public
mixed
SOURCE_TYPE_ID_AMAZON_REFUND
= 3
SOURCE_TYPE_ID_AMAZON_RETURN
public
mixed
SOURCE_TYPE_ID_AMAZON_RETURN
= 14
SOURCE_TYPE_ID_AMAZON_VAT_SALE
public
mixed
SOURCE_TYPE_ID_AMAZON_VAT_SALE
= 5
SOURCE_TYPE_ID_MANUAL_CREDIT
public
mixed
SOURCE_TYPE_ID_MANUAL_CREDIT
= 30
SOURCE_TYPE_ID_MANUAL_PRODUCT
public
mixed
SOURCE_TYPE_ID_MANUAL_PRODUCT
= 33
Properties
$id
private
int|null
$id
Tags
$module
private
Module
$module
Tags
$source
private
int
$source
Tags
$table
private
string
$table
Tags
Methods
getId()
Get $id
public
getId() : int|null
Return values
int|nullgetModule()
Get the value of module
public
getModule() : Module
Return values
ModulegetModuleId()
Get the value of moduleId
public
getModuleId() : int
Return values
intgetSource()
Get the value of source
public
getSource() : int
Return values
intgetTable()
Get the value of table
public
getTable() : string