Class: Stripe::PaymentMethod::CardPresent

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

Defined Under Namespace

Classes: Networks, Offline, 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.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def brand
  @brand
end

#brand_productObject (readonly)

Returns the value of attribute brand_product.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def brand_product
  @brand_product
end

#cardholder_nameObject (readonly)

Returns the value of attribute cardholder_name.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def cardholder_name
  @cardholder_name
end

#countryObject (readonly)

Returns the value of attribute country.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def country
  @country
end

#descriptionObject (readonly)

Returns the value of attribute description.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def description
  @description
end

#exp_monthObject (readonly)

Returns the value of attribute exp_month.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def exp_month
  @exp_month
end

#exp_yearObject (readonly)

Returns the value of attribute exp_year.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def exp_year
  @exp_year
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def fingerprint
  @fingerprint
end

#fundingObject (readonly)

Returns the value of attribute funding.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def funding
  @funding
end

#iinObject (readonly)

Returns the value of attribute iin.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def iin
  @iin
end

#issuerObject (readonly)

Returns the value of attribute issuer.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def issuer
  @issuer
end

#last4Object (readonly)

Returns the value of attribute last4.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def last4
  @last4
end

#networksObject (readonly)

Returns the value of attribute networks.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def networks
  @networks
end

#offlineObject (readonly)

Returns the value of attribute offline.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def offline
  @offline
end

#preferred_localesObject (readonly)

Returns the value of attribute preferred_locales.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def preferred_locales
  @preferred_locales
end

#read_methodObject (readonly)

Returns the value of attribute read_method.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def read_method
  @read_method
end

#walletObject (readonly)

Returns the value of attribute wallet.



133
134
135
# File 'lib/stripe/resources/payment_method.rb', line 133

def wallet
  @wallet
end