Class: Stripe::Issuing::Authorization::VerificationData

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/issuing/authorization.rb

Defined Under Namespace

Classes: AuthenticationExemption, ThreeDSecure

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

#address_line1_checkObject (readonly)

Returns the value of attribute address_line1_check.



89
90
91
# File 'lib/stripe/resources/issuing/authorization.rb', line 89

def address_line1_check
  @address_line1_check
end

#address_postal_code_checkObject (readonly)

Returns the value of attribute address_postal_code_check.



89
90
91
# File 'lib/stripe/resources/issuing/authorization.rb', line 89

def address_postal_code_check
  @address_postal_code_check
end

#authentication_exemptionObject (readonly)

Returns the value of attribute authentication_exemption.



89
90
91
# File 'lib/stripe/resources/issuing/authorization.rb', line 89

def authentication_exemption
  @authentication_exemption
end

#cvc_checkObject (readonly)

Returns the value of attribute cvc_check.



89
90
91
# File 'lib/stripe/resources/issuing/authorization.rb', line 89

def cvc_check
  @cvc_check
end

#expiry_checkObject (readonly)

Returns the value of attribute expiry_check.



89
90
91
# File 'lib/stripe/resources/issuing/authorization.rb', line 89

def expiry_check
  @expiry_check
end

#postal_codeObject (readonly)

Returns the value of attribute postal_code.



89
90
91
# File 'lib/stripe/resources/issuing/authorization.rb', line 89

def postal_code
  @postal_code
end

#three_d_secureObject (readonly)

Returns the value of attribute three_d_secure.



89
90
91
# File 'lib/stripe/resources/issuing/authorization.rb', line 89

def three_d_secure
  @three_d_secure
end