Class: Stripe::ConfirmationToken::PaymentMethodPreview::CardPresent

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/confirmation_token.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.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def brand
  @brand
end

#brand_productObject (readonly)

Returns the value of attribute brand_product.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def brand_product
  @brand_product
end

#cardholder_nameObject (readonly)

Returns the value of attribute cardholder_name.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def cardholder_name
  @cardholder_name
end

#countryObject (readonly)

Returns the value of attribute country.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def country
  @country
end

#descriptionObject (readonly)

Returns the value of attribute description.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def description
  @description
end

#exp_monthObject (readonly)

Returns the value of attribute exp_month.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def exp_month
  @exp_month
end

#exp_yearObject (readonly)

Returns the value of attribute exp_year.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def exp_year
  @exp_year
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def fingerprint
  @fingerprint
end

#fundingObject (readonly)

Returns the value of attribute funding.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def funding
  @funding
end

#iinObject (readonly)

Returns the value of attribute iin.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def iin
  @iin
end

#issuerObject (readonly)

Returns the value of attribute issuer.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def issuer
  @issuer
end

#last4Object (readonly)

Returns the value of attribute last4.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def last4
  @last4
end

#networksObject (readonly)

Returns the value of attribute networks.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def networks
  @networks
end

#offlineObject (readonly)

Returns the value of attribute offline.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def offline
  @offline
end

#preferred_localesObject (readonly)

Returns the value of attribute preferred_locales.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def preferred_locales
  @preferred_locales
end

#read_methodObject (readonly)

Returns the value of attribute read_method.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def read_method
  @read_method
end

#walletObject (readonly)

Returns the value of attribute wallet.



149
150
151
# File 'lib/stripe/resources/confirmation_token.rb', line 149

def wallet
  @wallet
end