class Dynaccount::DebtorQuoteProductList

Public Class Methods

api_path() click to toggle source
# File lib/dynaccount/debtor_quote_product_list.rb, line 7
def self.api_path
  'debtor_quote_product_list'
end
ignore_put() click to toggle source
# File lib/dynaccount/debtor_quote_product_list.rb, line 3
def self.ignore_put
  [:id, :quote_product_id, :product_id, :qty, :price, :discount_percent, :vat_amount, :total_amount, :total_weight, :profit_amount, :name, :list_qty]
end