Class: Harvest::Resources::InvoicePayment

Inherits:
Struct
  • Object
show all
Defined in:
lib/harvest/resources/invoices.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



223
224
225
# File 'lib/harvest/resources/invoices.rb', line 223

def amount
  @amount
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



223
224
225
# File 'lib/harvest/resources/invoices.rb', line 223

def created_at
  @created_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



223
224
225
# File 'lib/harvest/resources/invoices.rb', line 223

def id
  @id
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



223
224
225
# File 'lib/harvest/resources/invoices.rb', line 223

def notes
  @notes
end

Returns the value of attribute paid_at

Returns:

  • (Object)

    the current value of paid_at



223
224
225
# File 'lib/harvest/resources/invoices.rb', line 223

def paid_at
  @paid_at
end

Returns the value of attribute paid_date

Returns:

  • (Object)

    the current value of paid_date



223
224
225
# File 'lib/harvest/resources/invoices.rb', line 223

def paid_date
  @paid_date
end

#payment_gatewayObject

Returns the value of attribute payment_gateway

Returns:

  • (Object)

    the current value of payment_gateway



223
224
225
# File 'lib/harvest/resources/invoices.rb', line 223

def payment_gateway
  @payment_gateway
end

#recorded_byObject

Returns the value of attribute recorded_by

Returns:

  • (Object)

    the current value of recorded_by



223
224
225
# File 'lib/harvest/resources/invoices.rb', line 223

def recorded_by
  @recorded_by
end

#recorded_by_emailObject

Returns the value of attribute recorded_by_email

Returns:

  • (Object)

    the current value of recorded_by_email



223
224
225
# File 'lib/harvest/resources/invoices.rb', line 223

def recorded_by_email
  @recorded_by_email
end

#transaction_idObject

Returns the value of attribute transaction_id

Returns:

  • (Object)

    the current value of transaction_id



223
224
225
# File 'lib/harvest/resources/invoices.rb', line 223

def transaction_id
  @transaction_id
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



223
224
225
# File 'lib/harvest/resources/invoices.rb', line 223

def updated_at
  @updated_at
end