Class: Stripe::Invoice::LastFinalizationError

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/invoice.rb

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Method Summary

Methods inherited from StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#chargeObject (readonly)

Returns the value of attribute charge.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def charge
  @charge
end

#codeObject (readonly)

Returns the value of attribute code.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def code
  @code
end

#decline_codeObject (readonly)

Returns the value of attribute decline_code.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def decline_code
  @decline_code
end

#doc_urlObject (readonly)

Returns the value of attribute doc_url.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def doc_url
  @doc_url
end

#messageObject (readonly)

Returns the value of attribute message.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def message
  @message
end

#network_advice_codeObject (readonly)

Returns the value of attribute network_advice_code.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def network_advice_code
  @network_advice_code
end

#network_decline_codeObject (readonly)

Returns the value of attribute network_decline_code.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def network_decline_code
  @network_decline_code
end

#paramObject (readonly)

Returns the value of attribute param.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def param
  @param
end

#payment_intentObject (readonly)

Returns the value of attribute payment_intent.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def payment_intent
  @payment_intent
end

#payment_methodObject (readonly)

Returns the value of attribute payment_method.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def payment_method
  @payment_method
end

#payment_method_typeObject (readonly)

Returns the value of attribute payment_method_type.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def payment_method_type
  @payment_method_type
end

#request_log_urlObject (readonly)

Returns the value of attribute request_log_url.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def request_log_url
  @request_log_url
end

#setup_intentObject (readonly)

Returns the value of attribute setup_intent.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def setup_intent
  @setup_intent
end

#sourceObject (readonly)

Returns the value of attribute source.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def source
  @source
end

#typeObject (readonly)

Returns the value of attribute type.



92
93
94
# File 'lib/stripe/resources/invoice.rb', line 92

def type
  @type
end