Class: GenesisRuby::Api::Requests::NonFinancial::Payee::Account::Reverify
- Inherits:
-
GenesisRuby::Api::Request
- Object
- GenesisRuby::Api::Request
- GenesisRuby::Api::Requests::NonFinancial::Payee::Account::Reverify
- Defined in:
- lib/genesis_ruby/api/requests/non_financial/payee/account/reverify.rb
Overview
Reverify a specific Account that belongs to a specific Payee.
Constant Summary collapse
- REQUEST_PATH =
'payee/:payee_unique_id/account/:account_unique_id/reverify'
Constants inherited from GenesisRuby::Api::Request
GenesisRuby::Api::Request::AUTH_TYPE_BASIC, GenesisRuby::Api::Request::AUTH_TYPE_TOKEN, GenesisRuby::Api::Request::METHOD_DELETE, GenesisRuby::Api::Request::METHOD_GET, GenesisRuby::Api::Request::METHOD_PATCH, GenesisRuby::Api::Request::METHOD_POST, GenesisRuby::Api::Request::METHOD_PUT, GenesisRuby::Api::Request::PORT_HTTPS, GenesisRuby::Api::Request::PROTOCOL_HTTPS
Instance Attribute Summary collapse
-
#account_unique_id ⇒ Object
Returns the value of attribute account_unique_id.
-
#payee_unique_id ⇒ Object
Returns the value of attribute payee_unique_id.
Attributes inherited from GenesisRuby::Api::Request
Instance Method Summary collapse
-
#initialize(configuration, _builder_interface = nil) ⇒ Reverify
constructor
Reverify Payee Account initialization.
Methods inherited from GenesisRuby::Api::Request
Constructor Details
Instance Attribute Details
#account_unique_id ⇒ Object
Returns the value of attribute account_unique_id.
14 15 16 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/account/reverify.rb', line 14 def account_unique_id @account_unique_id end |
#payee_unique_id ⇒ Object
Returns the value of attribute payee_unique_id.
14 15 16 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/account/reverify.rb', line 14 def payee_unique_id @payee_unique_id end |