class Elmas::PaymentCondition
Public Instance Methods
base_path()
click to toggle source
# File lib/elmas/resources/payment_condition.rb, line 7 def base_path "cashflow/PaymentConditions" end
mandatory_attributes()
click to toggle source
# File lib/elmas/resources/payment_condition.rb, line 11 def mandatory_attributes %i[code] end
other_attributes()
click to toggle source
https//start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=CashflowPaymentConditions
# File lib/elmas/resources/payment_condition.rb, line 16 def other_attributes %i[ created description discount_payment_days discount_percentage payment_days payment_discount_type payment_end_of_months payment_method percentage VAT_calculation ] end