Table of Contents - quaderno-3.0.1 Documentation
Pages
- LICENSE
-
README
- quaderno-ruby
- Installation & Configuration
- Quaderno Sandbox
- Get authorization data
- Ping the service
- Check the rate limit
- Reading the values
- Managing contacts
- Getting contacts
- Finding a contact
- Retrieving a contact by its payment gateway customer ID
- Creating a new contact
- Updating an existing contact
- Deleting a contact
- Managing items
- Getting items
- Finding an item
- Creating a new item
- Updating an existing item
- Deleting an item
- Managing transactions
- Creating a new transaction
- Managing invoices
- Getting invoices
- Finding an invoice
- Retrieving an invoice by its payment gateway transaction ID
- Creating a new invoice
- Updating an existing invoice
- Deleting an invoice
- Adding or removing a payment
- Delivering the invoice
- Managing credits
- Getting credits
- Finding a credit
- Retrieving a credit by its payment gateway transaction ID
- Creating a new credit
- Updating an existing credit
- Deleting a credit
- Adding or removing a payment
- Delivering the credit
- Managing estimates
- Getting estimates
- Finding an estimate
- Creating a new estimate
- Updating an existing estimate
- Deleting an estimate
- Adding or removing a payment
- Delivering the estimate
- Managing expenses
- Getting expenses
- Finding an expense
- Creating a new expense
- Updating an existing expense
- Deleting an expense
- Managing recurrings
- Getting recurrings
- Finding a recurring
- Creating a new recurring
- Updating an existing recurring
- Deleting a recurring
- Managing webhooks
- Getting webhooks
- Finding a webhook
- Creating a new webhook
- Updating an existing webhook
- Deleting a webhook
- Tax rates
- Calculating taxes
- Tax jurisdictions
- Listing tax jurisdictions
- Finding a tax jurisdiction
- Tax codes
- Listing tax codes
- Finding a tax jurisdiction
- Managing Tax ids
- Getting tax ids
- Finding a tax id
- Adding a new tax id
- Updating an existing tax id
- Deleting a tax id
- Validate a tax id
- Evidences
- Creating location evidences
- Checkout Sessions
- Getting checkout sessions
- Finding a checkout session
- Creating a new checkout session
- Updating an existing checkout session
- Deleting a checkout session
- Managing report requests
- Getting report requests
- Finding a report request
- Creating a new report request
- Connect: Managing custom accounts
- Getting custom accounts
- Finding a custom account
- Creating a new custom account
- Updating an existing custom account
- Deactivating a custom account
- Activating a custom account
- Connect: Managing addresses
- Getting addresses
- Finding a address
- Creating a new address
- Updating an existing address
- Exceptions
- Pagination information
- Thread-safe configuration
- More information
- License
Classes and Modules
- Quaderno
- Quaderno::Account
- Quaderno::Address
- Quaderno::Base
- Quaderno::Behavior
- Quaderno::Behavior::Block
- Quaderno::Behavior::Block::ClassMethods
- Quaderno::Behavior::Crud
- Quaderno::Behavior::Crud::ClassMethods
- Quaderno::Behavior::Deliver
- Quaderno::Behavior::Deliver::InstanceMethods
- Quaderno::Behavior::Payment
- Quaderno::Behavior::Payment::InstanceMethods
- Quaderno::Behavior::Retrieve
- Quaderno::Behavior::Retrieve::ClassMethods
- Quaderno::CheckoutSession
- Quaderno::Collection
- Quaderno::Contact
- Quaderno::Credit
- Quaderno::DocumentItem
- Quaderno::Estimate
- Quaderno::Evidence
- Quaderno::Exceptions
- Quaderno::Exceptions::BaseException
- Quaderno::Exceptions::ClassMethods
- Quaderno::Exceptions::HasAssociatedDocuments
- Quaderno::Exceptions::InvalidID
- Quaderno::Exceptions::InvalidRequest
- Quaderno::Exceptions::InvalidSubdomainOrToken
- Quaderno::Exceptions::RateLimitExceeded
- Quaderno::Exceptions::RequiredFieldsEmptyOrInvalid
- Quaderno::Exceptions::ServerError
- Quaderno::Exceptions::ThrottleLimitExceeded
- Quaderno::Exceptions::UnsupportedApiVersion
- Quaderno::Expense
- Quaderno::Helpers
- Quaderno::Helpers::Authentication
- Quaderno::Helpers::RateLimit
- Quaderno::Helpers::Response
- Quaderno::Income
- Quaderno::Invoice
- Quaderno::Item
- Quaderno::Payment
- Quaderno::Receipt
- Quaderno::Recurring
- Quaderno::Report
- Quaderno::ReportRequest
- Quaderno::Tax
- Quaderno::TaxCode
- Quaderno::TaxId
- Quaderno::TaxJurisdiction
- Quaderno::TaxRate
- Quaderno::TaxReport
- Quaderno::Transaction
- Quaderno::Webhook
Methods
- ::activate — Quaderno::Account
- ::api_model — Quaderno::Base
- ::api_path — Quaderno::Base
- ::api_version= — Quaderno::Base
- ::auth_token — Quaderno::Base
- ::auth_token= — Quaderno::Base
- ::authorization — Quaderno::Base
- ::calculate — Quaderno::Tax
- ::calculate — Quaderno::TaxRate
- ::configure — Quaderno::Base
- ::deactivate — Quaderno::Account
- ::default_headers — Quaderno::Base
- ::domestic_taxes — Quaderno::Report
- ::ec_sales — Quaderno::Report
- ::included — Quaderno::Behavior::Block
- ::included — Quaderno::Behavior::Crud
- ::included — Quaderno::Behavior::Deliver
- ::included — Quaderno::Behavior::Payment
- ::included — Quaderno::Behavior::Retrieve
- ::included — Quaderno::Exceptions
- ::international_taxes — Quaderno::Report
- ::is_a_document? — Quaderno::Base
- ::journal — Quaderno::Report
- ::me — Quaderno::Base
- ::ping — Quaderno::Base
- ::rate_limit_info — Quaderno::Base
- ::reports — Quaderno::Tax
- ::request_tax_report — Quaderno::Report
- ::sales_taxes — Quaderno::Report
- ::setup_account — Quaderno::Account
- ::subdomain — Quaderno::Base
- ::taxes — Quaderno::Report
- ::url — Quaderno::Base
- ::url= — Quaderno::Base
- ::user_agent_header — Quaderno::Base
- ::user_agent_header= — Quaderno::Base
- ::validate — Quaderno::TaxId
- ::validate_tax_id — Quaderno::Tax
- ::vat_moss — Quaderno::Report
- ::version_header — Quaderno::Base
- #add_payment — Quaderno::Behavior::Payment::InstanceMethods
- #all — Quaderno::Behavior::Crud::ClassMethods
- #all_from_url — Quaderno::Behavior::Crud::ClassMethods
- #block — Quaderno::Behavior::Block::ClassMethods
- #check_exception_for — Quaderno::Exceptions::ClassMethods
- #collection_type= — Quaderno::Collection
- #create — Quaderno::Behavior::Crud::ClassMethods
- #delete — Quaderno::Behavior::Crud::ClassMethods
- #deliver — Quaderno::Behavior::Deliver::InstanceMethods
- #find — Quaderno::Behavior::Crud::ClassMethods
- #get_authentication — Quaderno::Helpers::Authentication
- #handle_all_response — Quaderno::Behavior::Crud::ClassMethods
- #has_more= — Quaderno::Collection
- #has_more? — Quaderno::Collection
- #next_page — Quaderno::Collection
- #next_page_url= — Quaderno::Collection
- #parse_nested — Quaderno::Behavior::Crud::ClassMethods
- #raise_exception — Quaderno::Exceptions::ClassMethods
- #rate_limit_info — Quaderno::Helpers::RateLimit
- #rate_limit_info= — Quaderno::Helpers::RateLimit
- #remove_payment — Quaderno::Behavior::Payment::InstanceMethods
- #request_options= — Quaderno::Collection
- #response_body — Quaderno::Helpers::Response
- #response_body= — Quaderno::Helpers::Response
- #retrieve — Quaderno::Behavior::Retrieve::ClassMethods
- #retrieve_path — Quaderno::Behavior::Retrieve::ClassMethods
- #to_hash — Quaderno::Base
- #update — Quaderno::Behavior::Crud::ClassMethods