Class: Stripe::PaymentIntent::PaymentMethodOptions::Card

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

Defined Under Namespace

Classes: Installments, MandateOptions, StatementDetails

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

#capture_methodObject (readonly)

Returns the value of attribute capture_method.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def capture_method
  @capture_method
end

#installmentsObject (readonly)

Returns the value of attribute installments.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def installments
  @installments
end

#mandate_optionsObject (readonly)

Returns the value of attribute mandate_options.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def mandate_options
  @mandate_options
end

#networkObject (readonly)

Returns the value of attribute network.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def network
  @network
end

#request_decremental_authorizationObject (readonly)

Returns the value of attribute request_decremental_authorization.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def request_decremental_authorization
  @request_decremental_authorization
end

#request_extended_authorizationObject (readonly)

Returns the value of attribute request_extended_authorization.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def request_extended_authorization
  @request_extended_authorization
end

#request_incremental_authorizationObject (readonly)

Returns the value of attribute request_incremental_authorization.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def request_incremental_authorization
  @request_incremental_authorization
end

#request_multicaptureObject (readonly)

Returns the value of attribute request_multicapture.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def request_multicapture
  @request_multicapture
end

#request_overcaptureObject (readonly)

Returns the value of attribute request_overcapture.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def request_overcapture
  @request_overcapture
end

#request_partial_authorizationObject (readonly)

Returns the value of attribute request_partial_authorization.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def request_partial_authorization
  @request_partial_authorization
end

#request_three_d_secureObject (readonly)

Returns the value of attribute request_three_d_secure.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def request_three_d_secure
  @request_three_d_secure
end

#require_cvc_recollectionObject (readonly)

Returns the value of attribute require_cvc_recollection.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def require_cvc_recollection
  @require_cvc_recollection
end

#setup_future_usageObject (readonly)

Returns the value of attribute setup_future_usage.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def setup_future_usage
  @setup_future_usage
end

#statement_descriptor_suffix_kanaObject (readonly)

Returns the value of attribute statement_descriptor_suffix_kana.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def statement_descriptor_suffix_kana
  @statement_descriptor_suffix_kana
end

#statement_descriptor_suffix_kanjiObject (readonly)

Returns the value of attribute statement_descriptor_suffix_kanji.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def statement_descriptor_suffix_kanji
  @statement_descriptor_suffix_kanji
end

#statement_detailsObject (readonly)

Returns the value of attribute statement_details.



350
351
352
# File 'lib/stripe/resources/payment_intent.rb', line 350

def statement_details
  @statement_details
end