Class: Stripe::Account::Settings::CardPayments::DeclineOn
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Account::Settings::CardPayments::DeclineOn
- Defined in:
- lib/stripe/resources/account.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#avs_failure ⇒ Object
readonly
Whether Stripe automatically declines charges with an incorrect ZIP or postal code.
-
#cvc_failure ⇒ Object
readonly
Whether Stripe automatically declines charges with an incorrect CVC.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, 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
#avs_failure ⇒ Object (readonly)
Whether Stripe automatically declines charges with an incorrect ZIP or postal code. This setting only applies when a ZIP or postal code is provided and they fail bank verification.
753 754 755 |
# File 'lib/stripe/resources/account.rb', line 753 def avs_failure @avs_failure end |
#cvc_failure ⇒ Object (readonly)
Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.
755 756 757 |
# File 'lib/stripe/resources/account.rb', line 755 def cvc_failure @cvc_failure end |
Class Method Details
.field_remappings ⇒ Object
761 762 763 |
# File 'lib/stripe/resources/account.rb', line 761 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
757 758 759 |
# File 'lib/stripe/resources/account.rb', line 757 def self.inner_class_types @inner_class_types = {} end |