Class: Payhub::NextAction::OtpRequired
- Inherits:
-
Struct
- Object
- Struct
- Payhub::NextAction::OtpRequired
- Defined in:
- lib/payhub/next_action.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#masked_destination ⇒ Object
Returns the value of attribute masked_destination.
-
#psp_ref ⇒ Object
Returns the value of attribute psp_ref.
Instance Method Summary collapse
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
10 11 12 |
# File 'lib/payhub/next_action.rb', line 10 def expires_at @expires_at end |
#masked_destination ⇒ Object
Returns the value of attribute masked_destination
10 11 12 |
# File 'lib/payhub/next_action.rb', line 10 def masked_destination @masked_destination end |
#psp_ref ⇒ Object
Returns the value of attribute psp_ref
10 11 12 |
# File 'lib/payhub/next_action.rb', line 10 def psp_ref @psp_ref end |
Instance Method Details
#kind ⇒ Object
11 |
# File 'lib/payhub/next_action.rb', line 11 def kind = :otp_required |