Class: Stripe::PaymentMethod::Card

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

Defined Under Namespace

Classes: Checks, GeneratedFrom, Networks, ThreeDSecureUsage, Wallet

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

#brandObject (readonly)

Returns the value of attribute brand.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def brand
  @brand
end

#checksObject (readonly)

Returns the value of attribute checks.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def checks
  @checks
end

#countryObject (readonly)

Returns the value of attribute country.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def country
  @country
end

#descriptionObject (readonly)

Returns the value of attribute description.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def description
  @description
end

#display_brandObject (readonly)

Returns the value of attribute display_brand.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def display_brand
  @display_brand
end

#exp_monthObject (readonly)

Returns the value of attribute exp_month.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def exp_month
  @exp_month
end

#exp_yearObject (readonly)

Returns the value of attribute exp_year.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def exp_year
  @exp_year
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def fingerprint
  @fingerprint
end

#fundingObject (readonly)

Returns the value of attribute funding.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def funding
  @funding
end

#generated_fromObject (readonly)

Returns the value of attribute generated_from.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def generated_from
  @generated_from
end

#iinObject (readonly)

Returns the value of attribute iin.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def iin
  @iin
end

#issuerObject (readonly)

Returns the value of attribute issuer.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def issuer
  @issuer
end

#last4Object (readonly)

Returns the value of attribute last4.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def last4
  @last4
end

#networksObject (readonly)

Returns the value of attribute networks.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def networks
  @networks
end

#three_d_secure_usageObject (readonly)

Returns the value of attribute three_d_secure_usage.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def three_d_secure_usage
  @three_d_secure_usage
end

#walletObject (readonly)

Returns the value of attribute wallet.



118
119
120
# File 'lib/stripe/resources/payment_method.rb', line 118

def wallet
  @wallet
end