Class: ChargeBee::PaymentIntent::PaymentIntentMetadata

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, #replace_white_space_with_underscore, #respond_to_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

#client_ip_addressObject

Returns the value of attribute client_ip_address.



13
14
15
# File 'lib/chargebee/models/payment_intent.rb', line 13

def client_ip_address
  @client_ip_address
end

#created_atObject

Returns the value of attribute created_at.



13
14
15
# File 'lib/chargebee/models/payment_intent.rb', line 13

def created_at
  @created_at
end

#sourceObject

Returns the value of attribute source.



13
14
15
# File 'lib/chargebee/models/payment_intent.rb', line 13

def source
  @source
end

#user_agentObject

Returns the value of attribute user_agent.



13
14
15
# File 'lib/chargebee/models/payment_intent.rb', line 13

def user_agent
  @user_agent
end