Class: Stripe::ConfirmationToken::PaymentMethodPreview::Card

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



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def brand
  @brand
end

#checksObject (readonly)

Returns the value of attribute checks.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def checks
  @checks
end

#countryObject (readonly)

Returns the value of attribute country.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def country
  @country
end

#descriptionObject (readonly)

Returns the value of attribute description.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def description
  @description
end

#display_brandObject (readonly)

Returns the value of attribute display_brand.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def display_brand
  @display_brand
end

#exp_monthObject (readonly)

Returns the value of attribute exp_month.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def exp_month
  @exp_month
end

#exp_yearObject (readonly)

Returns the value of attribute exp_year.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def exp_year
  @exp_year
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def fingerprint
  @fingerprint
end

#fundingObject (readonly)

Returns the value of attribute funding.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def funding
  @funding
end

#generated_fromObject (readonly)

Returns the value of attribute generated_from.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def generated_from
  @generated_from
end

#iinObject (readonly)

Returns the value of attribute iin.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def iin
  @iin
end

#issuerObject (readonly)

Returns the value of attribute issuer.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def issuer
  @issuer
end

#last4Object (readonly)

Returns the value of attribute last4.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def last4
  @last4
end

#networksObject (readonly)

Returns the value of attribute networks.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def networks
  @networks
end

#three_d_secure_usageObject (readonly)

Returns the value of attribute three_d_secure_usage.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def three_d_secure_usage
  @three_d_secure_usage
end

#walletObject (readonly)

Returns the value of attribute wallet.



134
135
136
# File 'lib/stripe/resources/confirmation_token.rb', line 134

def wallet
  @wallet
end