Przejdź do głównej zawartości

FA(3) builder: To xml

Ta treść nie jest jeszcze dostępna w Twoim języku.

Serialize the built invoice to XML bytes.

Called on builder
Source src/ksef2/services/builders/fa3/root.py:789 Authored source
builder.to_xml
builder.to_xml(*, pretty_print: bool = True, xml_declaration: bool = True, encoding: str = 'UTF-8') -> str

Returns

str

Parameters

pretty_print bool
default True / keyword-only
xml_declaration bool
default True / keyword-only
encoding str
default 'UTF-8' / keyword-only