Class: Increase::Models::Card::DigitalWallet
- Defined in:
- lib/increase/models/card.rb
Instance Attribute Summary collapse
-
#digital_card_profile_id ⇒ String
The digital card profile assigned to this digital card.
-
#email ⇒ String
An email address that can be used to verify the cardholder via one-time passcode over email.
-
#phone ⇒ String
A phone number that can be used to verify the cardholder via one-time passcode over SMS.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#digital_card_profile_id ⇒ String
The digital card profile assigned to this digital card. Card profiles may also be assigned at the program level.
102 |
# File 'lib/increase/models/card.rb', line 102 required :digital_card_profile_id, String |
#email ⇒ String
An email address that can be used to verify the cardholder via one-time passcode over email.
107 |
# File 'lib/increase/models/card.rb', line 107 required :email, String |
#phone ⇒ String
A phone number that can be used to verify the cardholder via one-time passcode over SMS.
112 |
# File 'lib/increase/models/card.rb', line 112 required :phone, String |