Class: Stripe::PaymentMethod::UsBankAccount::StatusDetails::Blocked
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentMethod::UsBankAccount::StatusDetails::Blocked
- Defined in:
- lib/stripe/resources/payment_method.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#network_code ⇒ Object
readonly
The ACH network code that resulted in this block.
-
#reason ⇒ Object
readonly
The reason why this PaymentMethod’s fingerprint has been blocked.
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
#network_code ⇒ Object (readonly)
The ACH network code that resulted in this block.
1320 1321 1322 |
# File 'lib/stripe/resources/payment_method.rb', line 1320 def network_code @network_code end |
#reason ⇒ Object (readonly)
The reason why this PaymentMethod’s fingerprint has been blocked
1322 1323 1324 |
# File 'lib/stripe/resources/payment_method.rb', line 1322 def reason @reason end |
Class Method Details
.field_remappings ⇒ Object
1328 1329 1330 |
# File 'lib/stripe/resources/payment_method.rb', line 1328 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
1324 1325 1326 |
# File 'lib/stripe/resources/payment_method.rb', line 1324 def self.inner_class_types @inner_class_types = {} end |