FacturaScripts

OperacionIVA
in package

This class centralizes all operations related to taxes.

Table of Contents

Constants

ES_OPERATION_01  = 'ES_01'
ES_OPERATION_02  = 'ES_02'
ES_OPERATION_03  = 'ES_03'
ES_OPERATION_99  = 'ES_99'

Properties

$values  : array<string|int, mixed>

Methods

add()  : void
all()  : array<string|int, mixed>
default()  : string

Constants

Properties

$values

private static array<string|int, mixed> $values = []

Methods

add()

public static add(string $key, string $value) : void
Parameters
$key : string
$value : string

all()

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

default()

public static default() : string
Return values
string

        
On this page

Search results