Class: ChargeBee::Transaction::LinkedCreditNote

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/transaction.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #to_s, uri_path

Constructor Details

This class inherits a constructor from ChargeBee::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ChargeBee::Model

Instance Attribute Details

#applied_amountObject

Returns the value of attribute applied_amount.



9
10
11
# File 'lib/chargebee/models/transaction.rb', line 9

def applied_amount
  @applied_amount
end

#applied_atObject

Returns the value of attribute applied_at.



9
10
11
# File 'lib/chargebee/models/transaction.rb', line 9

def applied_at
  @applied_at
end

#cn_create_reason_codeObject

Returns the value of attribute cn_create_reason_code.



9
10
11
# File 'lib/chargebee/models/transaction.rb', line 9

def cn_create_reason_code
  @cn_create_reason_code
end

#cn_dateObject

Returns the value of attribute cn_date.



9
10
11
# File 'lib/chargebee/models/transaction.rb', line 9

def cn_date
  @cn_date
end

#cn_idObject

Returns the value of attribute cn_id.



9
10
11
# File 'lib/chargebee/models/transaction.rb', line 9

def cn_id
  @cn_id
end

#cn_reason_codeObject

Returns the value of attribute cn_reason_code.



9
10
11
# File 'lib/chargebee/models/transaction.rb', line 9

def cn_reason_code
  @cn_reason_code
end

#cn_reference_invoice_idObject

Returns the value of attribute cn_reference_invoice_id.



9
10
11
# File 'lib/chargebee/models/transaction.rb', line 9

def cn_reference_invoice_id
  @cn_reference_invoice_id
end

#cn_statusObject

Returns the value of attribute cn_status.



9
10
11
# File 'lib/chargebee/models/transaction.rb', line 9

def cn_status
  @cn_status
end

#cn_totalObject

Returns the value of attribute cn_total.



9
10
11
# File 'lib/chargebee/models/transaction.rb', line 9

def cn_total
  @cn_total
end