Class: HighLevel::Models::Invoices::PaymentScheduleDateConfigDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::PaymentScheduleDateConfigDto
- Defined in:
- lib/high_level/models/invoices/payment_schedule_date_config_dto.rb
Instance Attribute Summary collapse
-
#deposit_date_type ⇒ Object
readonly
Returns the value of attribute deposit_date_type.
-
#schedule_date_type ⇒ Object
readonly
Returns the value of attribute schedule_date_type.
Instance Attribute Details
#deposit_date_type ⇒ Object (readonly)
Returns the value of attribute deposit_date_type
9 10 11 |
# File 'lib/high_level/models/invoices/payment_schedule_date_config_dto.rb', line 9 def deposit_date_type @deposit_date_type end |
#schedule_date_type ⇒ Object (readonly)
Returns the value of attribute schedule_date_type
9 10 11 |
# File 'lib/high_level/models/invoices/payment_schedule_date_config_dto.rb', line 9 def schedule_date_type @schedule_date_type end |