Class: Stripe::Issuing::Token::NetworkData::WalletProvider

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

Defined Under Namespace

Classes: CardholderAddress

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

#account_idObject (readonly)

The wallet provider-given account ID of the digital wallet the token belongs to.



62
63
64
# File 'lib/stripe/resources/issuing/token.rb', line 62

def 
  @account_id
end

#account_trust_scoreObject (readonly)

An evaluation on the trustworthiness of the wallet account between 1 and 5. A higher score indicates more trustworthy.



64
65
66
# File 'lib/stripe/resources/issuing/token.rb', line 64

def 
  @account_trust_score
end

#card_number_sourceObject (readonly)

The method used for tokenizing a card.



66
67
68
# File 'lib/stripe/resources/issuing/token.rb', line 66

def card_number_source
  @card_number_source
end

#cardholder_addressObject (readonly)

Attribute for field cardholder_address



68
69
70
# File 'lib/stripe/resources/issuing/token.rb', line 68

def cardholder_address
  @cardholder_address
end

#cardholder_nameObject (readonly)

The name of the cardholder tokenizing the card.



70
71
72
# File 'lib/stripe/resources/issuing/token.rb', line 70

def cardholder_name
  @cardholder_name
end

#device_trust_scoreObject (readonly)

An evaluation on the trustworthiness of the device. A higher score indicates more trustworthy.



72
73
74
# File 'lib/stripe/resources/issuing/token.rb', line 72

def device_trust_score
  @device_trust_score
end

#hashed_account_email_addressObject (readonly)

The hashed email address of the cardholder’s account with the wallet provider.



74
75
76
# File 'lib/stripe/resources/issuing/token.rb', line 74

def 
  @hashed_account_email_address
end

#reason_codesObject (readonly)

The reasons for suggested tokenization given by the card network.



76
77
78
# File 'lib/stripe/resources/issuing/token.rb', line 76

def reason_codes
  @reason_codes
end

#suggested_decisionObject (readonly)

The recommendation on responding to the tokenization request.



78
79
80
# File 'lib/stripe/resources/issuing/token.rb', line 78

def suggested_decision
  @suggested_decision
end

#suggested_decision_versionObject (readonly)

The version of the standard for mapping reason codes followed by the wallet provider.



80
81
82
# File 'lib/stripe/resources/issuing/token.rb', line 80

def suggested_decision_version
  @suggested_decision_version
end