Class: Stripe::SetupAttempt::PaymentMethodDetails::Card

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

Defined Under Namespace

Classes: Checks, ThreeDSecure, Wallet

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

#brandObject (readonly)

Returns the value of attribute brand.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def brand
  @brand
end

#checksObject (readonly)

Returns the value of attribute checks.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def checks
  @checks
end

#countryObject (readonly)

Returns the value of attribute country.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def country
  @country
end

#descriptionObject (readonly)

Returns the value of attribute description.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def description
  @description
end

#exp_monthObject (readonly)

Returns the value of attribute exp_month.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def exp_month
  @exp_month
end

#exp_yearObject (readonly)

Returns the value of attribute exp_year.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def exp_year
  @exp_year
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def fingerprint
  @fingerprint
end

#fundingObject (readonly)

Returns the value of attribute funding.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def funding
  @funding
end

#iinObject (readonly)

Returns the value of attribute iin.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def iin
  @iin
end

#issuerObject (readonly)

Returns the value of attribute issuer.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def issuer
  @issuer
end

#last4Object (readonly)

Returns the value of attribute last4.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def last4
  @last4
end

#networkObject (readonly)

Returns the value of attribute network.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def network
  @network
end

#three_d_secureObject (readonly)

Returns the value of attribute three_d_secure.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def three_d_secure
  @three_d_secure
end

#walletObject (readonly)

Returns the value of attribute wallet.



43
44
45
# File 'lib/stripe/resources/setup_attempt.rb', line 43

def wallet
  @wallet
end