Class: Io::Flow::V0::Models::PriceDetailComponentKey
- Inherits:
-
Object
- Object
- Io::Flow::V0::Models::PriceDetailComponentKey
- Defined in:
- lib/flow_commerce/flow_api_v0_client.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Class Method Summary collapse
- .ALL ⇒ Object
-
.apply(value) ⇒ Object
Returns the instance of PriceDetailComponentKey for this value, creating a new instance for an unknown value.
-
.base_price ⇒ Object
The base price of the item.
-
.currency_margin ⇒ Object
The amount added to the post-discount item price due to FX markup, as configured in the organization’s currency settings.
-
.discount ⇒ Object
A discount applied to the base price of the item.
-
.duties_added_margin ⇒ Object
The duty owed on the sum of the currency margin, percent item margin, and fixed item margin.
-
.duties_deminimis ⇒ Object
An adjustment made if the item does not meet the duty de minimis rule.
-
.duties_item_price ⇒ Object
The duty owed on the post-discount base item price.
-
.duties_rounding ⇒ Object
The duty owed on any rounding applied to the total item price.
-
.duty_percent_sales_margin ⇒ Object
An adjustment made to duty owed as a result of a percent sales margin.
-
.fixed_item_margin ⇒ Object
The amount added to the post-discount item price from a fixed item margin.
-
.from_string(value) ⇒ Object
Returns the instance of PriceDetailComponentKey for this value, or nil if not found.
-
.item_price_percent_sales_margin ⇒ Object
An adjustment made to the item price as a result of a percent sales margin.
-
.margins_percent_sales_margin ⇒ Object
An adjustment made to the item margins as a result of a percent sales margin.
-
.percent_item_margin ⇒ Object
The amount added to the post-discount item price from a percent item margin.
-
.rounding_percent_sales_margin ⇒ Object
An adjustment made to rounding as a result of a percent sales margin.
-
.vat_added_margin ⇒ Object
The VAT owed on the sum of the currency margin, percent item margin, and fixed item margin.
-
.vat_deminimis ⇒ Object
An adjustment made if the item does not meet the VAT de minimis rule.
-
.vat_duties_added_margin ⇒ Object
The VAT owed on the duty owed on the sum of the currency margin, percent item margin, and fixed item margin.
-
.vat_duties_item_price ⇒ Object
The VAT owed on the duty owed on the post-discount base item price.
-
.vat_duties_rounding ⇒ Object
The VAT owed on the duty owed on any rounding applied to the total item price.
-
.vat_duty_percent_sales_margin ⇒ Object
An adjustment made to VAT on duties (e.g. VAT on duties on item price) owed as a result of a percent sales margin.
-
.vat_item_price ⇒ Object
The VAT owed on the post-discount base item price.
-
.vat_percent_sales_margin ⇒ Object
An adjustment made to VAT owed as a result of a percent sales margin.
-
.vat_rounding ⇒ Object
The VAT owed on any rounding applied to the total item price.
Instance Method Summary collapse
-
#initialize(value) ⇒ PriceDetailComponentKey
constructor
A new instance of PriceDetailComponentKey.
- #to_hash ⇒ Object
Constructor Details
#initialize(value) ⇒ PriceDetailComponentKey
Returns a new instance of PriceDetailComponentKey.
18025 18026 18027 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18025 def initialize(value) @value = HttpClient::Preconditions.assert_class('value', value, String) end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
18023 18024 18025 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18023 def value @value end |
Class Method Details
.ALL ⇒ Object
18045 18046 18047 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18045 def PriceDetailComponentKey.ALL @@all ||= [PriceDetailComponentKey.base_price, PriceDetailComponentKey.discount, PriceDetailComponentKey.currency_margin, PriceDetailComponentKey.percent_item_margin, PriceDetailComponentKey.fixed_item_margin, PriceDetailComponentKey.duties_item_price, PriceDetailComponentKey.duties_added_margin, PriceDetailComponentKey.duties_rounding, PriceDetailComponentKey.duties_deminimis, PriceDetailComponentKey.vat_item_price, PriceDetailComponentKey.vat_added_margin, PriceDetailComponentKey.vat_rounding, PriceDetailComponentKey.vat_duties_item_price, PriceDetailComponentKey.vat_duties_added_margin, PriceDetailComponentKey.vat_duties_rounding, PriceDetailComponentKey.vat_deminimis, PriceDetailComponentKey.item_price_percent_sales_margin, PriceDetailComponentKey.margins_percent_sales_margin, PriceDetailComponentKey.rounding_percent_sales_margin, PriceDetailComponentKey.vat_percent_sales_margin, PriceDetailComponentKey.vat_duty_percent_sales_margin, PriceDetailComponentKey.duty_percent_sales_margin] end |
.apply(value) ⇒ Object
Returns the instance of PriceDetailComponentKey for this value, creating a new instance for an unknown value
18030 18031 18032 18033 18034 18035 18036 18037 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18030 def PriceDetailComponentKey.apply(value) if value.instance_of?(PriceDetailComponentKey) value else HttpClient::Preconditions.assert_class_or_nil('value', value, String) value.nil? ? nil : (from_string(value) || PriceDetailComponentKey.new(value)) end end |
.base_price ⇒ Object
The base price of the item.
18050 18051 18052 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18050 def PriceDetailComponentKey.base_price @@_base_price ||= PriceDetailComponentKey.new('base_price') end |
.currency_margin ⇒ Object
The amount added to the post-discount item price due to FX markup, as configured in the organization’s currency settings.
18061 18062 18063 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18061 def PriceDetailComponentKey.currency_margin @@_currency_margin ||= PriceDetailComponentKey.new('currency_margin') end |
.discount ⇒ Object
A discount applied to the base price of the item.
18055 18056 18057 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18055 def PriceDetailComponentKey.discount @@_discount ||= PriceDetailComponentKey.new('discount') end |
.duties_added_margin ⇒ Object
The duty owed on the sum of the currency margin, percent item margin, and fixed item margin.
18084 18085 18086 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18084 def PriceDetailComponentKey.duties_added_margin @@_duties_added_margin ||= PriceDetailComponentKey.new('duties_added_margin') end |
.duties_deminimis ⇒ Object
An adjustment made if the item does not meet the duty de minimis rule.
18094 18095 18096 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18094 def PriceDetailComponentKey.duties_deminimis @@_duties_deminimis ||= PriceDetailComponentKey.new('duties_deminimis') end |
.duties_item_price ⇒ Object
The duty owed on the post-discount base item price.
18078 18079 18080 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18078 def PriceDetailComponentKey.duties_item_price @@_duties_item_price ||= PriceDetailComponentKey.new('duties_item_price') end |
.duties_rounding ⇒ Object
The duty owed on any rounding applied to the total item price.
18089 18090 18091 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18089 def PriceDetailComponentKey.duties_rounding @@_duties_rounding ||= PriceDetailComponentKey.new('duties_rounding') end |
.duty_percent_sales_margin ⇒ Object
An adjustment made to duty owed as a result of a percent sales margin.
18162 18163 18164 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18162 def PriceDetailComponentKey.duty_percent_sales_margin @@_duty_percent_sales_margin ||= PriceDetailComponentKey.new('duty_percent_sales_margin') end |
.fixed_item_margin ⇒ Object
The amount added to the post-discount item price from a fixed item margin. Negative amounts represent discounts.
18073 18074 18075 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18073 def PriceDetailComponentKey.fixed_item_margin @@_fixed_item_margin ||= PriceDetailComponentKey.new('fixed_item_margin') end |
.from_string(value) ⇒ Object
Returns the instance of PriceDetailComponentKey for this value, or nil if not found
18040 18041 18042 18043 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18040 def PriceDetailComponentKey.from_string(value) HttpClient::Preconditions.assert_class('value', value, String) PriceDetailComponentKey.ALL.find { |v| v.value == value } end |
.item_price_percent_sales_margin ⇒ Object
An adjustment made to the item price as a result of a percent sales margin.
18136 18137 18138 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18136 def PriceDetailComponentKey.item_price_percent_sales_margin @@_item_price_percent_sales_margin ||= PriceDetailComponentKey.new('item_price_percent_sales_margin') end |
.margins_percent_sales_margin ⇒ Object
An adjustment made to the item margins as a result of a percent sales margin.
18141 18142 18143 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18141 def PriceDetailComponentKey.margins_percent_sales_margin @@_margins_percent_sales_margin ||= PriceDetailComponentKey.new('margins_percent_sales_margin') end |
.percent_item_margin ⇒ Object
The amount added to the post-discount item price from a percent item margin. Negative amounts represent discounts.
18067 18068 18069 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18067 def PriceDetailComponentKey.percent_item_margin @@_percent_item_margin ||= PriceDetailComponentKey.new('percent_item_margin') end |
.rounding_percent_sales_margin ⇒ Object
An adjustment made to rounding as a result of a percent sales margin.
18146 18147 18148 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18146 def PriceDetailComponentKey.rounding_percent_sales_margin @@_rounding_percent_sales_margin ||= PriceDetailComponentKey.new('rounding_percent_sales_margin') end |
.vat_added_margin ⇒ Object
The VAT owed on the sum of the currency margin, percent item margin, and fixed item margin.
18105 18106 18107 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18105 def PriceDetailComponentKey.vat_added_margin @@_vat_added_margin ||= PriceDetailComponentKey.new('vat_added_margin') end |
.vat_deminimis ⇒ Object
An adjustment made if the item does not meet the VAT de minimis rule.
18131 18132 18133 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18131 def PriceDetailComponentKey.vat_deminimis @@_vat_deminimis ||= PriceDetailComponentKey.new('vat_deminimis') end |
.vat_duties_added_margin ⇒ Object
The VAT owed on the duty owed on the sum of the currency margin, percent item margin, and fixed item margin.
18121 18122 18123 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18121 def PriceDetailComponentKey.vat_duties_added_margin @@_vat_duties_added_margin ||= PriceDetailComponentKey.new('vat_duties_added_margin') end |
.vat_duties_item_price ⇒ Object
The VAT owed on the duty owed on the post-discount base item price.
18115 18116 18117 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18115 def PriceDetailComponentKey.vat_duties_item_price @@_vat_duties_item_price ||= PriceDetailComponentKey.new('vat_duties_item_price') end |
.vat_duties_rounding ⇒ Object
The VAT owed on the duty owed on any rounding applied to the total item price.
18126 18127 18128 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18126 def PriceDetailComponentKey.vat_duties_rounding @@_vat_duties_rounding ||= PriceDetailComponentKey.new('vat_duties_rounding') end |
.vat_duty_percent_sales_margin ⇒ Object
An adjustment made to VAT on duties (e.g. VAT on duties on item price) owed as a result of a percent sales margin.
18157 18158 18159 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18157 def PriceDetailComponentKey.vat_duty_percent_sales_margin @@_vat_duty_percent_sales_margin ||= PriceDetailComponentKey.new('vat_duty_percent_sales_margin') end |
.vat_item_price ⇒ Object
The VAT owed on the post-discount base item price.
18099 18100 18101 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18099 def PriceDetailComponentKey.vat_item_price @@_vat_item_price ||= PriceDetailComponentKey.new('vat_item_price') end |
.vat_percent_sales_margin ⇒ Object
An adjustment made to VAT owed as a result of a percent sales margin.
18151 18152 18153 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18151 def PriceDetailComponentKey.vat_percent_sales_margin @@_vat_percent_sales_margin ||= PriceDetailComponentKey.new('vat_percent_sales_margin') end |
.vat_rounding ⇒ Object
The VAT owed on any rounding applied to the total item price.
18110 18111 18112 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18110 def PriceDetailComponentKey.vat_rounding @@_vat_rounding ||= PriceDetailComponentKey.new('vat_rounding') end |
Instance Method Details
#to_hash ⇒ Object
18166 18167 18168 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 18166 def to_hash value end |