class Dynaccount::DebtorQuoteProduct

Public Class Methods

api_path() click to toggle source
# File lib/dynaccount/debtor_quote_product.rb, line 7
def self.api_path
  'debtor_quote_product'
end
ignore_put() click to toggle source
# File lib/dynaccount/debtor_quote_product.rb, line 3
def self.ignore_put
  [:id, :product_id, :is_list_listing, :is_list_pricing, :vat_amount, :total_amount, :total_weight, :profit_amount]
end