Class: Stripe::Issuing::PhysicalBundle::Features
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::PhysicalBundle::Features
- Defined in:
- lib/stripe/resources/issuing/physical_bundle.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#card_logo ⇒ Object
readonly
The policy for how to use card logo images in a card design with this physical bundle.
-
#carrier_text ⇒ Object
readonly
The policy for how to use carrier letter text in a card design with this physical bundle.
-
#second_line ⇒ Object
readonly
The policy for how to use a second line on a card with this physical bundle.
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
#card_logo ⇒ Object (readonly)
The policy for how to use card logo images in a card design with this physical bundle.
17 18 19 |
# File 'lib/stripe/resources/issuing/physical_bundle.rb', line 17 def card_logo @card_logo end |
#carrier_text ⇒ Object (readonly)
The policy for how to use carrier letter text in a card design with this physical bundle.
19 20 21 |
# File 'lib/stripe/resources/issuing/physical_bundle.rb', line 19 def carrier_text @carrier_text end |
#second_line ⇒ Object (readonly)
The policy for how to use a second line on a card with this physical bundle.
21 22 23 |
# File 'lib/stripe/resources/issuing/physical_bundle.rb', line 21 def second_line @second_line end |
Class Method Details
.field_remappings ⇒ Object
27 28 29 |
# File 'lib/stripe/resources/issuing/physical_bundle.rb', line 27 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
23 24 25 |
# File 'lib/stripe/resources/issuing/physical_bundle.rb', line 23 def self.inner_class_types @inner_class_types = {} end |