Module: Flexibee::Client::InvoiceType
- Included in:
- Flexibee::Client
- Defined in:
- lib/flexibee/client/invoice_type.rb
Instance Method Summary collapse
Instance Method Details
#invoice_types(params = {}, filter = nil) ⇒ Object
4 5 6 |
# File 'lib/flexibee/client/invoice_type.rb', line 4 def invoice_types(params = {}, filter = nil) get("#{@base_url}/typ-faktury-vydane", params, filter)['winstrom']['typ-faktury-vydane'] end |