class Stripe::SourceTypeThreeDSecure
 
  - Stripe::SourceTypeThreeDSecure
- Reference
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- OpenApi::Json
- OpenApi::Validatable
Defined in:
stripe/models/source_type_three_d_secure.crConstructors
- .new(pull : JSON::PullParser)
- 
        .new(*, address_line1_check : String | Nil = nil, address_zip_check : String | Nil = nil, authenticated : Bool | Nil = nil, brand : String | Nil = nil, card : String | Nil = nil, country : String | Nil = nil, customer : String | Nil = nil, cvc_check : String | Nil = nil, description : String | Nil = nil, dynamic_last4 : String | Nil = nil, exp_month : Int64 | Nil = nil, exp_year : Int64 | Nil = nil, fingerprint : String | Nil = nil, funding : String | Nil = nil, iin : String | Nil = nil, issuer : String | Nil = nil, last4 : String | Nil = nil, name : String | Nil = nil, three_d_secure : String | Nil = nil, tokenization_method : String | Nil = nil)
        
          Initializes the object @param [Hash] attributes Model attributes in the form of hash 
Instance Method Summary
- 
        #==(other : self)
        
          Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. 
- #address_line1_check : String | Nil
- 
        #address_line1_check=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #address_line1_check_present=(address_line1_check_present : Bool)
- #address_line1_check_present? : Bool
- #address_zip_check : String | Nil
- 
        #address_zip_check=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #address_zip_check_present=(address_zip_check_present : Bool)
- #address_zip_check_present? : Bool
- #authenticated : Bool | Nil
- 
        #authenticated=(new_value : Bool | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #authenticated_present=(authenticated_present : Bool)
- #authenticated_present? : Bool
- #brand : String | Nil
- 
        #brand=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #brand_present=(brand_present : Bool)
- #brand_present? : Bool
- #card : String | Nil
- 
        #card=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #card_present=(card_present : Bool)
- #card_present? : Bool
- #country : String | Nil
- 
        #country=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #country_present=(country_present : Bool)
- #country_present? : Bool
- #customer : String | Nil
- 
        #customer=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #customer_present=(customer_present : Bool)
- #customer_present? : Bool
- #cvc_check : String | Nil
- 
        #cvc_check=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #cvc_check_present=(cvc_check_present : Bool)
- #cvc_check_present? : Bool
- #description : String | Nil
- 
        #description=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #dynamic_last4 : String | Nil
- 
        #dynamic_last4=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #dynamic_last4_present=(dynamic_last4_present : Bool)
- #dynamic_last4_present? : Bool
- #exp_month : Int64 | Nil
- 
        #exp_month=(new_value : Int64 | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #exp_month_present=(exp_month_present : Bool)
- #exp_month_present? : Bool
- #exp_year : Int64 | Nil
- 
        #exp_year=(new_value : Int64 | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #exp_year_present=(exp_year_present : Bool)
- #exp_year_present? : Bool
- #fingerprint : String | Nil
- 
        #fingerprint=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #funding : String | Nil
- 
        #funding=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #funding_present=(funding_present : Bool)
- #funding_present? : Bool
- 
        #hash(hasher)
        
          Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. 
- #iin : String | Nil
- 
        #iin=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #issuer : String | Nil
- 
        #issuer=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #last4 : String | Nil
- 
        #last4=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #last4_present=(last4_present : Bool)
- #last4_present? : Bool
- 
        #list_invalid_properties : Array(String)
        
          Show invalid properties with the reasons. 
- #name : String | Nil
- 
        #name=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #name_present=(name_present : Bool)
- #name_present? : Bool
- #three_d_secure : String | Nil
- 
        #three_d_secure=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #tokenization_method : String | Nil
- 
        #tokenization_method=(new_value : String | Nil)
        
          Custom attribute writer method checking allowed values (enum). 
- #tokenization_method_present=(tokenization_method_present : Bool)
- #tokenization_method_present? : Bool
- 
        #valid? : Bool
        
          Check to see if the all the properties in the model are valid @return true if the model is valid 
Instance methods inherited from module OpenApi::Json
  
  
    
      after_initialize
    after_initialize, 
    
  
    
      clone
    clone, 
    
  
    
      eql?(o : self)
    eql?, 
    
  
    
      to_hash : Hash(String, JSON::Any)
    to_hash, 
    
  
    
      to_json_any : JSON::Any
    to_json_any
    
  
    
    
  Class methods inherited from module OpenApi::Json
  
  
    
      build_from_hash(hash : Hash)
    build_from_hash, 
    
  
    
      build_from_json_any(json_any : JSON::Any)
    build_from_json_any
    
  
    
  
    
  Instance methods inherited from module OpenApi::Validatable
  
  
    
      list_invalid_properties : Array(String)
    list_invalid_properties, 
    
  
    
      list_invalid_properties_for(key : String) : Array(String)
    list_invalid_properties_for, 
    
  
    
      valid? : Bool
    valid?, 
    
  
    
      validate : Nil
    validate
    
  
    
    
    
  
    
    
    
    
  
    
    
    
    
  
    
    
    
    
  
    
    
    
    
  
Constructor Detail
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Detail
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] address_line1_check Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] address_zip_check Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] authenticated Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] brand Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] card Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] country Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] customer Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] cvc_check Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] description Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] dynamic_last4 Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] exp_month Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] exp_year Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] fingerprint Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] funding Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] iin Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] issuer Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] last4 Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] name Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] three_d_secure Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] tokenization_method Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid