Class: Stripe::Source::Card

Inherits:
Stripe::StripeObject show all
Defined in:
lib/stripe/resources/source.rb

Constant Summary

Constants inherited from Stripe::StripeObject

Stripe::StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from Stripe::StripeObject

#last_response

Method Summary

Methods inherited from Stripe::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

#address_line1_checkObject (readonly)

Returns the value of attribute address_line1_check.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def address_line1_check
  @address_line1_check
end

#address_zip_checkObject (readonly)

Returns the value of attribute address_zip_check.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def address_zip_check
  @address_zip_check
end

#brandObject (readonly)

Returns the value of attribute brand.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def brand
  @brand
end

#countryObject (readonly)

Returns the value of attribute country.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def country
  @country
end

#cvc_checkObject (readonly)

Returns the value of attribute cvc_check.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def cvc_check
  @cvc_check
end

#descriptionObject (readonly)

Returns the value of attribute description.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def description
  @description
end

#dynamic_last4Object (readonly)

Returns the value of attribute dynamic_last4.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def dynamic_last4
  @dynamic_last4
end

#exp_monthObject (readonly)

Returns the value of attribute exp_month.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def exp_month
  @exp_month
end

#exp_yearObject (readonly)

Returns the value of attribute exp_year.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def exp_year
  @exp_year
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def fingerprint
  @fingerprint
end

#fundingObject (readonly)

Returns the value of attribute funding.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def funding
  @funding
end

#iinObject (readonly)

Returns the value of attribute iin.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def iin
  @iin
end

#issuerObject (readonly)

Returns the value of attribute issuer.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def issuer
  @issuer
end

#last4Object (readonly)

Returns the value of attribute last4.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def last4
  @last4
end

#nameObject (readonly)

Returns the value of attribute name.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def name
  @name
end

#three_d_secureObject (readonly)

Returns the value of attribute three_d_secure.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def three_d_secure
  @three_d_secure
end

#tokenization_methodObject (readonly)

Returns the value of attribute tokenization_method.



52
53
54
# File 'lib/stripe/resources/source.rb', line 52

def tokenization_method
  @tokenization_method
end