Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
from .close_point_of_sale import CommandClosePointOfSale, ResponseClosePointOfSale
from .close_system_operations import (
    CommandCloseSystemOperations,
    ResponseCloseSystemOperations,
)
from .create_point_of_sale import CommandCreatePointOfSale, ResponseCreatePointOfSale
from .get_point_of_sale_type import CommandGetPointOfSales, ResponseGetPointOfSale
from .get_signiticant_events import (
    CommandGetRegisteredSignificantEvents,
    ResponseGetRegisteredSignificantEvents,
)
from .health_check import CmdCheckHealthOperations, ResCheckHealthOperations
from .regiter_significant_event import (
    CommandRegisterSignificantEvent,
    ResponseRegisterSignificantEvent,
)