Class: Stripe::Issuing::Token::NetworkData::WalletProvider
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Token::NetworkData::WalletProvider
- 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
-
#account_id ⇒ Object
readonly
The wallet provider-given account ID of the digital wallet the token belongs to.
-
#account_trust_score ⇒ Object
readonly
An evaluation on the trustworthiness of the wallet account between 1 and 5.
-
#card_number_source ⇒ Object
readonly
The method used for tokenizing a card.
-
#cardholder_address ⇒ Object
readonly
Attribute for field cardholder_address.
-
#cardholder_name ⇒ Object
readonly
The name of the cardholder tokenizing the card.
-
#device_trust_score ⇒ Object
readonly
An evaluation on the trustworthiness of the device.
-
#hashed_account_email_address ⇒ Object
readonly
The hashed email address of the cardholder’s account with the wallet provider.
-
#reason_codes ⇒ Object
readonly
The reasons for suggested tokenization given by the card network.
-
#suggested_decision ⇒ Object
readonly
The recommendation on responding to the tokenization request.
-
#suggested_decision_version ⇒ Object
readonly
The version of the standard for mapping reason codes followed by the wallet provider.
Attributes inherited from StripeObject
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_id ⇒ Object (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 @account_id end |
#account_trust_score ⇒ Object (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 @account_trust_score end |
#card_number_source ⇒ Object (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_address ⇒ Object (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_name ⇒ Object (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_score ⇒ Object (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_address ⇒ Object (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 @hashed_account_email_address end |
#reason_codes ⇒ Object (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_decision ⇒ Object (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_version ⇒ Object (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 |