Class: Stripe::PaymentIntent::PaymentMethodOptions::Card
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::PaymentMethodOptions::Card
- 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
-
#capture_method ⇒ Object
readonly
Returns the value of attribute capture_method.
-
#installments ⇒ Object
readonly
Returns the value of attribute installments.
-
#mandate_options ⇒ Object
readonly
Returns the value of attribute mandate_options.
-
#network ⇒ Object
readonly
Returns the value of attribute network.
-
#request_decremental_authorization ⇒ Object
readonly
Returns the value of attribute request_decremental_authorization.
-
#request_extended_authorization ⇒ Object
readonly
Returns the value of attribute request_extended_authorization.
-
#request_incremental_authorization ⇒ Object
readonly
Returns the value of attribute request_incremental_authorization.
-
#request_multicapture ⇒ Object
readonly
Returns the value of attribute request_multicapture.
-
#request_overcapture ⇒ Object
readonly
Returns the value of attribute request_overcapture.
-
#request_partial_authorization ⇒ Object
readonly
Returns the value of attribute request_partial_authorization.
-
#request_three_d_secure ⇒ Object
readonly
Returns the value of attribute request_three_d_secure.
-
#require_cvc_recollection ⇒ Object
readonly
Returns the value of attribute require_cvc_recollection.
-
#setup_future_usage ⇒ Object
readonly
Returns the value of attribute setup_future_usage.
-
#statement_descriptor_suffix_kana ⇒ Object
readonly
Returns the value of attribute statement_descriptor_suffix_kana.
-
#statement_descriptor_suffix_kanji ⇒ Object
readonly
Returns the value of attribute statement_descriptor_suffix_kanji.
-
#statement_details ⇒ Object
readonly
Returns the value of attribute statement_details.
Attributes inherited from StripeObject
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_method ⇒ Object (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 |
#installments ⇒ Object (readonly)
Returns the value of attribute installments.
350 351 352 |
# File 'lib/stripe/resources/payment_intent.rb', line 350 def installments @installments end |
#mandate_options ⇒ Object (readonly)
Returns the value of attribute mandate_options.
350 351 352 |
# File 'lib/stripe/resources/payment_intent.rb', line 350 def @mandate_options end |
#network ⇒ Object (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_authorization ⇒ Object (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 end |
#request_extended_authorization ⇒ Object (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 end |
#request_incremental_authorization ⇒ Object (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 end |
#request_multicapture ⇒ Object (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_overcapture ⇒ Object (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_authorization ⇒ Object (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 end |
#request_three_d_secure ⇒ Object (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_recollection ⇒ Object (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_usage ⇒ Object (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_kana ⇒ Object (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_kanji ⇒ Object (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_details ⇒ Object (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 |