Method: Unit::Account::Deposit.limits
- Defined in:
- lib/unit/models/account/account.rb
.limits(account_id:) ⇒ UnitResponse, UnitError
Limit a deposit account
108 109 110 |
# File 'lib/unit/models/account/account.rb', line 108 def limits(account_id:) Unit::Resource::AccountResource.limits(account_id) end |