Class: LexofficeClient::PaymentConditions

Inherits:
Model::Base
  • Object
show all
Defined in:
lib/lexoffice_client/payment_conditions.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model::Base

#attributes=, #initialize

Methods included from Model::Base::SerializationConcern

#as_json, #to_json

Methods included from Model::Base::AttributeNamesConcern

#attributes, included

Constructor Details

This class inherits a constructor from LexofficeClient::Model::Base

Instance Attribute Details

#payment_term_durationObject

Returns the value of attribute payment_term_duration.



3
4
5
# File 'lib/lexoffice_client/payment_conditions.rb', line 3

def payment_term_duration
  @payment_term_duration
end

#payment_term_labelObject

Returns the value of attribute payment_term_label.



3
4
5
# File 'lib/lexoffice_client/payment_conditions.rb', line 3

def payment_term_label
  @payment_term_label
end

#payment_term_label_templateObject

Returns the value of attribute payment_term_label_template.



3
4
5
# File 'lib/lexoffice_client/payment_conditions.rb', line 3

def payment_term_label_template
  @payment_term_label_template
end