Zymba Documentation
ZeyOS.ObjectTransaction
object @ZeyOS.ObjectTransaction(@ZeyOS.Object) {
construct(?int $id) {}
book(): bool {}
calculateTaxes(): object {}
calculateTotals(): object {}
cancel(): bool {}
close(): bool {}
fromXML(string $xml): object {}
getBalance(): float {}
getItems(): object {}
process(object $fields, object $serials): bool {}
setItems(object $items): $this {}
toXML(string $format, string $context, object $extra): string {}
}