Class: Stripe::Issuing::Card::SpendingControls
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Card::SpendingControls
- Defined in:
- lib/stripe/resources/issuing/card.rb
Defined Under Namespace
Classes: SpendingLimit
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#allowed_categories ⇒ Object
readonly
Returns the value of attribute allowed_categories.
-
#allowed_merchant_countries ⇒ Object
readonly
Returns the value of attribute allowed_merchant_countries.
-
#blocked_categories ⇒ Object
readonly
Returns the value of attribute blocked_categories.
-
#blocked_merchant_countries ⇒ Object
readonly
Returns the value of attribute blocked_merchant_countries.
-
#spending_limits ⇒ Object
readonly
Returns the value of attribute spending_limits.
-
#spending_limits_currency ⇒ Object
readonly
Returns the value of attribute spending_limits_currency.
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
#allowed_categories ⇒ Object (readonly)
Returns the value of attribute allowed_categories.
39 40 41 |
# File 'lib/stripe/resources/issuing/card.rb', line 39 def allowed_categories @allowed_categories end |
#allowed_merchant_countries ⇒ Object (readonly)
Returns the value of attribute allowed_merchant_countries.
39 40 41 |
# File 'lib/stripe/resources/issuing/card.rb', line 39 def allowed_merchant_countries @allowed_merchant_countries end |
#blocked_categories ⇒ Object (readonly)
Returns the value of attribute blocked_categories.
39 40 41 |
# File 'lib/stripe/resources/issuing/card.rb', line 39 def blocked_categories @blocked_categories end |
#blocked_merchant_countries ⇒ Object (readonly)
Returns the value of attribute blocked_merchant_countries.
39 40 41 |
# File 'lib/stripe/resources/issuing/card.rb', line 39 def blocked_merchant_countries @blocked_merchant_countries end |
#spending_limits ⇒ Object (readonly)
Returns the value of attribute spending_limits.
39 40 41 |
# File 'lib/stripe/resources/issuing/card.rb', line 39 def spending_limits @spending_limits end |
#spending_limits_currency ⇒ Object (readonly)
Returns the value of attribute spending_limits_currency.
39 40 41 |
# File 'lib/stripe/resources/issuing/card.rb', line 39 def spending_limits_currency @spending_limits_currency end |