Documentation

ReportApiOrder
in package

Class Period

Tags
ORM\Entity

(repositoryClass="Vatjar\Data\Repository\ReportApiOrderRepository")

ORM\Table

(name="report_api_order")

Table of Contents

Properties

$apiOrderUploadBatch  : ApiOrderUploadBatch|null
$channelId  : mixed
$client  : Client|null
$digitalService  : bool
$fromAddress  : mixed
$fromCity  : mixed
$fromCountry  : mixed
$fromState  : mixed
$fromVatCountry  : mixed
$fromVatId  : mixed
$fromZip  : mixed
$id  : int|null
$invoiceDate  : mixed
$invoiceNumber  : mixed
$module  : Module|null
$paymentDate  : mixed
$shippingDate  : mixed
$toAddress  : mixed
$toCity  : mixed
$toCountry  : mixed
$toState  : mixed
$toVatCountry  : mixed
$toVatId  : mixed
$toZip  : mixed
$transactionId  : mixed
$typeName  : mixed
$vatCountry  : mixed

Properties

$apiOrderUploadBatch

private ApiOrderUploadBatch|null $apiOrderUploadBatch
Tags
ORM\ManyToOne

(targetEntity="ApiOrderUploadBatch")

ORM\JoinColumn

(name="batch_id", referencedColumnName="id")

$channelId

private mixed $channelId
Tags
ORM\Column

(type="int", name="channel_id", nullable=true)

$client

private Client|null $client
Tags
ORM\ManyToOne

(targetEntity="Client")

ORM\JoinColumn

(name="user_id", referencedColumnName="id")

$digitalService

private bool $digitalService = false
Tags
ORM\Column

(type="boolean", name="digital_service", options={"default": false})

$fromAddress

private mixed $fromAddress
Tags
ORM\Column

(type="string", name="departure_address")

$fromCity

private mixed $fromCity
Tags
ORM\Column

(type="string", name="departure_city")

$fromCountry

private mixed $fromCountry
Tags
ORM\Column

(type="string", name="departure_country")

$fromState

private mixed $fromState
Tags
ORM\Column

(type="string", name="departure_state")

$fromVatCountry

private mixed $fromVatCountry
Tags
ORM\Column

(type="string", name="seller_vat_number_country")

$fromVatId

private mixed $fromVatId
Tags
ORM\Column

(type="string", name="seller_vat_number")

$fromZip

private mixed $fromZip
Tags
ORM\Column

(type="string", name="departure_zip")

$id

private int|null $id
Tags
ORM\Id

()

ORM\GeneratedValue

()

ORM\Column

(type="integer")

$invoiceDate

private mixed $invoiceDate
Tags
ORM\Column

(type="string", name="invoice_date", nullable=true)

$invoiceNumber

private mixed $invoiceNumber
Tags
ORM\Column

(type="string", name="invoice_number", nullable=true)

$module

private Module|null $module
Tags
ORM\ManyToOne

(targetEntity="Module", inversedBy="marketplaces")

ORM\JoinColumn

(name="module_id", referencedColumnName="id")

$paymentDate

private mixed $paymentDate
Tags
ORM\Column

(type="string", name="payment_date", nullable=true)

$shippingDate

private mixed $shippingDate
Tags
ORM\Column

(type="string", name="shipping_date", nullable=true)

$toAddress

private mixed $toAddress
Tags
ORM\Column

(type="string", name="arrival_address")

$toCity

private mixed $toCity
Tags
ORM\Column

(type="string", name="arrival_city")

$toCountry

private mixed $toCountry
Tags
ORM\Column

(type="string", name="arrival_country")

$toState

private mixed $toState
Tags
ORM\Column

(type="string", name="arrival_state")

$toVatCountry

private mixed $toVatCountry
Tags
ORM\Column

(type="string", name="buyer_vat_number_country")

$toVatId

private mixed $toVatId
Tags
ORM\Column

(type="string", name="buyer_vat_number")

$toZip

private mixed $toZip
Tags
ORM\Column

(type="string", name="arrival_zip")

$transactionId

private mixed $transactionId
Tags
ORM\Column

(type="string", name="transactionId", nullable=true)

$typeName

private mixed $typeName
Tags
ORM\Column

(type="string", name="type")

$vatCountry

private mixed $vatCountry
Tags
ORM\Column

(type="string", name="vat_country", nullable=true)


        
On this page

Search results