FacturaScripts

InvoiceOperation extends InvoiceOperation
in package

Class created by Core/Internal/PluginsDeploy

Table of Contents

Constants

BENEFIT_THIRD_PARTIES  = 'benefit-third-parties'
EXPORT  = 'exportacion'
IMPORT  = 'importacion'
INTRA_COMMUNITY  = 'intracomunitaria'
INTRA_COMMUNITY_SERVICES  = 'intracom-servicios'
REVERSE_CHARGE  = 'inv-sujeto-pasivo'
SUCCESSIVE_TRACT  = 'successive-tract'
TYPE_PURCHASE  = 'purchase'
TYPE_SALE  = 'sale'
WORK_CERTIFICATION  = 'work-certification'

Methods

add()  : void
all()  : array<string|int, mixed>
allForPurchases()  : array<string|int, mixed>
allForSales()  : array<string|int, mixed>
get()  : string|null
remove()  : void

Constants

BENEFIT_THIRD_PARTIES

public mixed BENEFIT_THIRD_PARTIES = 'benefit-third-parties'

INTRA_COMMUNITY_SERVICES

public mixed INTRA_COMMUNITY_SERVICES = 'intracom-servicios'

WORK_CERTIFICATION

public mixed WORK_CERTIFICATION = 'work-certification'

Methods

add()

public static add(string $key, string $value[, string|null $type = null ]) : void
Parameters
$key : string
$value : string
$type : string|null = null

all()

public static all() : array<string|int, mixed>
Return values
array<string|int, mixed>

allForPurchases()

public static allForPurchases() : array<string|int, mixed>
Return values
array<string|int, mixed>

allForSales()

public static allForSales() : array<string|int, mixed>
Return values
array<string|int, mixed>

get()

public static get(string|null $key) : string|null
Parameters
$key : string|null
Return values
string|null

remove()

public static remove(string $key) : void
Parameters
$key : string

        
On this page

Search results