Class: Ledger::Sdk::Models::FeeExclusion
- Defined in:
- lib/ledger/sdk/models/fee_exclusion.rb
Overview
Represents the collection of fee-base exclusions attached to a container from the Ledger API.
Fee exclusions are always accessed in the context of a container via
/containers/:container_id/fee_exclusions. Unlike most of the SDK,
fee exclusions are writable: they can be created, updated and
destroyed.
Defined Under Namespace
Classes: Instance
Instance Method Summary collapse
-
#create(attributes) ⇒ Instance
Creates a fee exclusion 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 exclusion for the parent container.