Class: Stripe::Source::ThreeDSecure

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

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

#address_line1_checkObject (readonly)

Attribute for field address_line1_check



517
518
519
# File 'lib/stripe/resources/source.rb', line 517

def address_line1_check
  @address_line1_check
end

#address_zip_checkObject (readonly)

Attribute for field address_zip_check



519
520
521
# File 'lib/stripe/resources/source.rb', line 519

def address_zip_check
  @address_zip_check
end

#authenticatedObject (readonly)

Attribute for field authenticated



521
522
523
# File 'lib/stripe/resources/source.rb', line 521

def authenticated
  @authenticated
end

#brandObject (readonly)

Attribute for field brand



523
524
525
# File 'lib/stripe/resources/source.rb', line 523

def brand
  @brand
end

#cardObject (readonly)

Attribute for field card



525
526
527
# File 'lib/stripe/resources/source.rb', line 525

def card
  @card
end

#countryObject (readonly)

Attribute for field country



527
528
529
# File 'lib/stripe/resources/source.rb', line 527

def country
  @country
end

#customerObject (readonly)

Attribute for field customer



529
530
531
# File 'lib/stripe/resources/source.rb', line 529

def customer
  @customer
end

#cvc_checkObject (readonly)

Attribute for field cvc_check



531
532
533
# File 'lib/stripe/resources/source.rb', line 531

def cvc_check
  @cvc_check
end

#descriptionObject (readonly)

Attribute for field description



533
534
535
# File 'lib/stripe/resources/source.rb', line 533

def description
  @description
end

#dynamic_last4Object (readonly)

Attribute for field dynamic_last4



535
536
537
# File 'lib/stripe/resources/source.rb', line 535

def dynamic_last4
  @dynamic_last4
end

#exp_monthObject (readonly)

Attribute for field exp_month



537
538
539
# File 'lib/stripe/resources/source.rb', line 537

def exp_month
  @exp_month
end

#exp_yearObject (readonly)

Attribute for field exp_year



539
540
541
# File 'lib/stripe/resources/source.rb', line 539

def exp_year
  @exp_year
end

#fingerprintObject (readonly)

Attribute for field fingerprint



541
542
543
# File 'lib/stripe/resources/source.rb', line 541

def fingerprint
  @fingerprint
end

#fundingObject (readonly)

Attribute for field funding



543
544
545
# File 'lib/stripe/resources/source.rb', line 543

def funding
  @funding
end

#iinObject (readonly)

Attribute for field iin



545
546
547
# File 'lib/stripe/resources/source.rb', line 545

def iin
  @iin
end

#issuerObject (readonly)

Attribute for field issuer



547
548
549
# File 'lib/stripe/resources/source.rb', line 547

def issuer
  @issuer
end

#last4Object (readonly)

Attribute for field last4



549
550
551
# File 'lib/stripe/resources/source.rb', line 549

def last4
  @last4
end

#nameObject (readonly)

Attribute for field name



551
552
553
# File 'lib/stripe/resources/source.rb', line 551

def name
  @name
end

#three_d_secureObject (readonly)

Attribute for field three_d_secure



553
554
555
# File 'lib/stripe/resources/source.rb', line 553

def three_d_secure
  @three_d_secure
end

#tokenization_methodObject (readonly)

Attribute for field tokenization_method



555
556
557
# File 'lib/stripe/resources/source.rb', line 555

def tokenization_method
  @tokenization_method
end