Class: Stripe::Source::Card
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::Card
- Defined in:
- lib/stripe/resources/source.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#address_line1_check ⇒ Object
readonly
Attribute for field address_line1_check.
-
#address_zip_check ⇒ Object
readonly
Attribute for field address_zip_check.
-
#brand ⇒ Object
readonly
Attribute for field brand.
-
#country ⇒ Object
readonly
Attribute for field country.
-
#cvc_check ⇒ Object
readonly
Attribute for field cvc_check.
-
#description ⇒ Object
readonly
Attribute for field description.
-
#dynamic_last4 ⇒ Object
readonly
Attribute for field dynamic_last4.
-
#exp_month ⇒ Object
readonly
Attribute for field exp_month.
-
#exp_year ⇒ Object
readonly
Attribute for field exp_year.
-
#fingerprint ⇒ Object
readonly
Attribute for field fingerprint.
-
#funding ⇒ Object
readonly
Attribute for field funding.
-
#iin ⇒ Object
readonly
Attribute for field iin.
-
#issuer ⇒ Object
readonly
Attribute for field issuer.
-
#last4 ⇒ Object
readonly
Attribute for field last4.
-
#name ⇒ Object
readonly
Attribute for field name.
-
#three_d_secure ⇒ Object
readonly
Attribute for field three_d_secure.
-
#tokenization_method ⇒ Object
readonly
Attribute for field tokenization_method.
Attributes inherited from Stripe::StripeObject
Class Method Summary collapse
Methods inherited from Stripe::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
#address_line1_check ⇒ Object (readonly)
Attribute for field address_line1_check
167 168 169 |
# File 'lib/stripe/resources/source.rb', line 167 def address_line1_check @address_line1_check end |
#address_zip_check ⇒ Object (readonly)
Attribute for field address_zip_check
169 170 171 |
# File 'lib/stripe/resources/source.rb', line 169 def address_zip_check @address_zip_check end |
#brand ⇒ Object (readonly)
Attribute for field brand
171 172 173 |
# File 'lib/stripe/resources/source.rb', line 171 def brand @brand end |
#country ⇒ Object (readonly)
Attribute for field country
173 174 175 |
# File 'lib/stripe/resources/source.rb', line 173 def country @country end |
#cvc_check ⇒ Object (readonly)
Attribute for field cvc_check
175 176 177 |
# File 'lib/stripe/resources/source.rb', line 175 def cvc_check @cvc_check end |
#description ⇒ Object (readonly)
Attribute for field description
177 178 179 |
# File 'lib/stripe/resources/source.rb', line 177 def description @description end |
#dynamic_last4 ⇒ Object (readonly)
Attribute for field dynamic_last4
179 180 181 |
# File 'lib/stripe/resources/source.rb', line 179 def dynamic_last4 @dynamic_last4 end |
#exp_month ⇒ Object (readonly)
Attribute for field exp_month
181 182 183 |
# File 'lib/stripe/resources/source.rb', line 181 def exp_month @exp_month end |
#exp_year ⇒ Object (readonly)
Attribute for field exp_year
183 184 185 |
# File 'lib/stripe/resources/source.rb', line 183 def exp_year @exp_year end |
#fingerprint ⇒ Object (readonly)
Attribute for field fingerprint
185 186 187 |
# File 'lib/stripe/resources/source.rb', line 185 def fingerprint @fingerprint end |
#funding ⇒ Object (readonly)
Attribute for field funding
187 188 189 |
# File 'lib/stripe/resources/source.rb', line 187 def funding @funding end |
#iin ⇒ Object (readonly)
Attribute for field iin
189 190 191 |
# File 'lib/stripe/resources/source.rb', line 189 def iin @iin end |
#issuer ⇒ Object (readonly)
Attribute for field issuer
191 192 193 |
# File 'lib/stripe/resources/source.rb', line 191 def issuer @issuer end |
#last4 ⇒ Object (readonly)
Attribute for field last4
193 194 195 |
# File 'lib/stripe/resources/source.rb', line 193 def last4 @last4 end |
#name ⇒ Object (readonly)
Attribute for field name
195 196 197 |
# File 'lib/stripe/resources/source.rb', line 195 def name @name end |
#three_d_secure ⇒ Object (readonly)
Attribute for field three_d_secure
197 198 199 |
# File 'lib/stripe/resources/source.rb', line 197 def three_d_secure @three_d_secure end |
#tokenization_method ⇒ Object (readonly)
Attribute for field tokenization_method
199 200 201 |
# File 'lib/stripe/resources/source.rb', line 199 def tokenization_method @tokenization_method end |
Class Method Details
.field_remappings ⇒ Object
205 206 207 |
# File 'lib/stripe/resources/source.rb', line 205 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
201 202 203 |
# File 'lib/stripe/resources/source.rb', line 201 def self.inner_class_types @inner_class_types = {} end |