Class: FlowAccount::Client

Inherits:
API
  • Object
show all
Includes:
Invoice, PurchaseOrder, TaxInvoice
Defined in:
lib/flow_account/client.rb,
lib/flow_account/client/invoice.rb,
lib/flow_account/client/tax_invoice.rb,
lib/flow_account/client/purchase_order.rb

Defined Under Namespace

Modules: Invoice, PurchaseOrder, TaxInvoice

Method Summary

Methods included from PurchaseOrder

#create_purchase_order

Methods included from Invoice

#create_invoice, #invoice, #invoice_link, #invoices, #update_invoice

Methods included from TaxInvoice

#create_tax_invoice, #tax_invoice, #tax_invoice_link, #tax_invoices, #update_tax_invoice

Methods inherited from API

#config, #initialize

Methods included from Auth

#authorize_url, #get_access_token

Methods included from Request

#delete, #get, #post, #put

Constructor Details

This class inherits a constructor from FlowAccount::API