class Elmas::VatCode

Public Instance Methods

base_path() click to toggle source
# File lib/elmas/resources/vat_code.rb, line 7
def base_path
  "vat/VATCodes"
end
mandatory_attributes() click to toggle source
# File lib/elmas/resources/vat_code.rb, line 16
def mandatory_attributes
  %i[code description]
end
other_attributes() click to toggle source
# File lib/elmas/resources/vat_code.rb, line 11
def other_attributes
  %i[account calculation_basis charged EU_sales_listing GL_discount_purchase GL_discount_sales GL_to_claim GL_to_pay intra_stat is_blocked
     legal_text tax_return_type type vat_doc_type vat_margin VAT_partial_ratio VAT_percentages VAT_transaction_type]
end