Class: ChargeBee::PaymentIntent::PaymentAttempt

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

#created_atObject

Returns the value of attribute created_at.



5
6
7
# File 'lib/chargebee/models/payment_intent.rb', line 5

def created_at
  @created_at
end

#error_codeObject

Returns the value of attribute error_code.



5
6
7
# File 'lib/chargebee/models/payment_intent.rb', line 5

def error_code
  @error_code
end

#error_textObject

Returns the value of attribute error_text.



5
6
7
# File 'lib/chargebee/models/payment_intent.rb', line 5

def error_text
  @error_text
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/chargebee/models/payment_intent.rb', line 5

def id
  @id
end

#id_at_gatewayObject

Returns the value of attribute id_at_gateway.



5
6
7
# File 'lib/chargebee/models/payment_intent.rb', line 5

def id_at_gateway
  @id_at_gateway
end

#modified_atObject

Returns the value of attribute modified_at.



5
6
7
# File 'lib/chargebee/models/payment_intent.rb', line 5

def modified_at
  @modified_at
end

#payment_method_typeObject

Returns the value of attribute payment_method_type.



5
6
7
# File 'lib/chargebee/models/payment_intent.rb', line 5

def payment_method_type
  @payment_method_type
end

#statusObject

Returns the value of attribute status.



5
6
7
# File 'lib/chargebee/models/payment_intent.rb', line 5

def status
  @status
end