Class: ChargeBee::Invoice::DunningAttempt

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/invoice.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

#attemptObject

Returns the value of attribute attempt.



33
34
35
# File 'lib/chargebee/models/invoice.rb', line 33

def attempt
  @attempt
end

#created_atObject

Returns the value of attribute created_at.



33
34
35
# File 'lib/chargebee/models/invoice.rb', line 33

def created_at
  @created_at
end

#dunning_typeObject

Returns the value of attribute dunning_type.



33
34
35
# File 'lib/chargebee/models/invoice.rb', line 33

def dunning_type
  @dunning_type
end

#transaction_idObject

Returns the value of attribute transaction_id.



33
34
35
# File 'lib/chargebee/models/invoice.rb', line 33

def transaction_id
  @transaction_id
end

#txn_amountObject

Returns the value of attribute txn_amount.



33
34
35
# File 'lib/chargebee/models/invoice.rb', line 33

def txn_amount
  @txn_amount
end

#txn_statusObject

Returns the value of attribute txn_status.



33
34
35
# File 'lib/chargebee/models/invoice.rb', line 33

def txn_status
  @txn_status
end