Class: Ledger::Sdk::Models::Fee::Instance
- Inherits:
-
Base::Instance
- Object
- Base::Instance
- Ledger::Sdk::Models::Fee::Instance
- Defined in:
- lib/ledger/sdk/models/fee.rb
Overview
Represents an individual fee instance.
Instance Method Summary collapse
-
#destroy ⇒ Boolean
Destroys this fee.
-
#update(attributes) ⇒ Hash
Updates this fee's attributes.
Methods inherited from Base::Instance
association, #data, #initialize
Constructor Details
This class inherits a constructor from Ledger::Sdk::Models::Base::Instance
Instance Method Details
#destroy ⇒ Boolean
Destroys this fee.
The instance must not be reused after this call: its cached data is cleared, and re-fetching it would hit a deleted resource.
#update(attributes) ⇒ Hash
Updates this fee's attributes.