Class: LexofficeClient::PaymentConditions
- Inherits:
-
Model::Base
- Object
- Model::Base
- LexofficeClient::PaymentConditions
- Defined in:
- lib/lexoffice_client/payment_conditions.rb
Instance Attribute Summary collapse
-
#payment_term_duration ⇒ Object
Returns the value of attribute payment_term_duration.
-
#payment_term_label ⇒ Object
Returns the value of attribute payment_term_label.
-
#payment_term_label_template ⇒ Object
Returns the value of attribute payment_term_label_template.
Method Summary
Methods inherited from Model::Base
Methods included from Model::Base::SerializationConcern
Methods included from Model::Base::AttributeNamesConcern
Constructor Details
This class inherits a constructor from LexofficeClient::Model::Base
Instance Attribute Details
#payment_term_duration ⇒ Object
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_label ⇒ Object
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_template ⇒ Object
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 |