Method: Unit::Account::Credit.limits
- Defined in:
- lib/unit/models/account/account.rb
.limits(account_id:) ⇒ Object
Limit a credit account
245 246 247 |
# File 'lib/unit/models/account/account.rb', line 245 def limits(account_id:) Unit::Resource::AccountResource.limits(account_id) end |