Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 767 Bytes

buyer.rst

File metadata and controls

26 lines (20 loc) · 767 Bytes

Exemplos de comprador

Criar comprador

.. literalinclude:: ../../examples/buyer/add_buyer.py

Listar compradores

.. literalinclude:: ../../examples/buyer/list_buyers.py

Pegar comprador

.. literalinclude:: ../../examples/buyer/retrieve_buyer.py

Atualizar comprador

.. literalinclude:: ../../examples/buyer/update_buyer.py

Remover comprador

.. literalinclude:: ../../examples/buyer/remove_buyer.py

Buscar comprador

.. literalinclude:: ../../examples/buyer/search_buyer.py