Class: Ledger::Sdk::Models::Fee
- Defined in:
- lib/ledger/sdk/models/fee.rb
Overview
Represents the collection of fees attached to a container from the Ledger API.
Fees are always accessed in the context of a container via
/containers/:container_id/fees. Unlike most of the SDK, fees are
writable: they can be created, updated and destroyed.
Defined Under Namespace
Classes: Instance
Instance Method Summary collapse
-
#create(attributes) ⇒ Instance
Creates a fee for the parent container.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Ledger::Sdk::Models::Base
Instance Method Details
#create(attributes) ⇒ Instance
Creates a fee for the parent container.