Class: Stripe::Issuing::PhysicalBundle::Features

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/issuing/physical_bundle.rb

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

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

#card_logoObject (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
end

#carrier_textObject (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_lineObject (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