Class: HighLevel::Models::Invoices::PaymentScheduleDateConfigDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/payment_schedule_date_config_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#deposit_date_typeObject (readonly)

Returns the value of attribute deposit_date_type

Returns:

  • (Object)

    the current value of 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_typeObject (readonly)

Returns the value of attribute schedule_date_type

Returns:

  • (Object)

    the current value of 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