Class: HighLevel::Models::Invoices::RecordPaymentDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#alt_idObject (readonly)

Returns the value of attribute alt_id

Returns:

  • (Object)

    the current value of alt_id



9
10
11
# File 'lib/high_level/models/invoices/record_payment_dto.rb', line 9

def alt_id
  @alt_id
end

#alt_typeObject (readonly)

Returns the value of attribute alt_type

Returns:

  • (Object)

    the current value of alt_type



9
10
11
# File 'lib/high_level/models/invoices/record_payment_dto.rb', line 9

def alt_type
  @alt_type
end

#amountObject (readonly)

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



9
10
11
# File 'lib/high_level/models/invoices/record_payment_dto.rb', line 9

def amount
  @amount
end

#cardObject (readonly)

Returns the value of attribute card

Returns:

  • (Object)

    the current value of card



9
10
11
# File 'lib/high_level/models/invoices/record_payment_dto.rb', line 9

def card
  @card
end

#chequeObject (readonly)

Returns the value of attribute cheque

Returns:

  • (Object)

    the current value of cheque



9
10
11
# File 'lib/high_level/models/invoices/record_payment_dto.rb', line 9

def cheque
  @cheque
end

#fulfilled_atObject (readonly)

Returns the value of attribute fulfilled_at

Returns:

  • (Object)

    the current value of fulfilled_at



9
10
11
# File 'lib/high_level/models/invoices/record_payment_dto.rb', line 9

def fulfilled_at
  @fulfilled_at
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



9
10
11
# File 'lib/high_level/models/invoices/record_payment_dto.rb', line 9

def meta
  @meta
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



9
10
11
# File 'lib/high_level/models/invoices/record_payment_dto.rb', line 9

def mode
  @mode
end

#notesObject (readonly)

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



9
10
11
# File 'lib/high_level/models/invoices/record_payment_dto.rb', line 9

def notes
  @notes
end

#payment_schedule_idsObject (readonly)

Returns the value of attribute payment_schedule_ids

Returns:

  • (Object)

    the current value of payment_schedule_ids



9
10
11
# File 'lib/high_level/models/invoices/record_payment_dto.rb', line 9

def payment_schedule_ids
  @payment_schedule_ids
end