Class: Io::Flow::V0::Models::EventType
- Inherits:
-
Object
- Object
- Io::Flow::V0::Models::EventType
- 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
- .allocation_deleted_v2 ⇒ Object
- .allocation_upserted_v2 ⇒ Object
-
.apply(value) ⇒ Object
Returns the instance of EventType for this value, creating a new instance for an unknown value.
- .attribute_deleted ⇒ Object
- .attribute_deleted_v2 ⇒ Object
- .attribute_upserted ⇒ Object
- .attribute_upserted_v2 ⇒ Object
- .authorization_deleted ⇒ Object
- .authorization_deleted_v2 ⇒ Object
- .authorization_status_changed ⇒ Object
- .authorization_upserted ⇒ Object
- .available_promotions_deleted ⇒ Object
- .available_promotions_upserted ⇒ Object
- .capture_upserted ⇒ Object
- .capture_upserted_v2 ⇒ Object
- .card_authorization_upserted ⇒ Object
- .card_authorization_upserted_v2 ⇒ Object
- .card_deleted ⇒ Object
- .card_upserted ⇒ Object
- .card_upserted_v2 ⇒ Object
- .catalog_deleted ⇒ Object
- .catalog_item_deleted ⇒ Object
- .catalog_item_upserted ⇒ Object
- .catalog_upserted ⇒ Object
- .currency_format_deleted ⇒ Object
- .currency_format_upserted ⇒ Object
- .delivery_option_deleted ⇒ Object
- .delivery_option_upserted ⇒ Object
- .experience_deleted ⇒ Object
- .experience_price_book_mapping_deleted ⇒ Object
- .experience_price_book_mapping_upserted ⇒ Object
- .experience_upserted ⇒ Object
- .fraud_status_changed ⇒ Object
-
.from_string(value) ⇒ Object
Returns the instance of EventType for this value, or nil if not found.
- .fully_harmonized_item_upserted ⇒ Object
- .harmonized_item_deleted ⇒ Object
- .harmonized_item_upserted ⇒ Object
- .harmonized_landed_cost_upserted ⇒ Object
- .hs10_code_deleted ⇒ Object
- .hs10_code_upserted ⇒ Object
- .hs6_code_deleted ⇒ Object
- .hs6_code_upserted ⇒ Object
- .item_margin_deleted ⇒ Object
- .item_margin_upserted ⇒ Object
- .item_origin_deleted ⇒ Object
- .item_origin_upserted ⇒ Object
- .item_sales_margin_deleted ⇒ Object
- .item_sales_margin_upserted ⇒ Object
- .label_format_deleted ⇒ Object
- .label_format_upserted ⇒ Object
- .label_upserted ⇒ Object
- .label_upserted_v2 ⇒ Object
- .local_item_deleted ⇒ Object
- .local_item_upserted ⇒ Object
- .manifested_label_deleted ⇒ Object
- .manifested_label_upserted ⇒ Object
- .membership_deleted ⇒ Object
- .membership_upserted ⇒ Object
- .notification_deleted ⇒ Object
- .notification_upserted ⇒ Object
- .online_authorization_upserted ⇒ Object
- .online_authorization_upserted_v2 ⇒ Object
- .order_deleted ⇒ Object
- .order_identifier_deleted ⇒ Object
- .order_identifier_deleted_v2 ⇒ Object
- .order_identifier_upserted ⇒ Object
- .order_identifier_upserted_v2 ⇒ Object
- .order_upserted ⇒ Object
- .organization_countries_published ⇒ Object
- .organization_deleted ⇒ Object
- .organization_ratecard_transit_windows_published ⇒ Object
- .organization_rates_published ⇒ Object
- .organization_upserted ⇒ Object
- .payment_deleted ⇒ Object
- .payment_upserted ⇒ Object
- .price_book_deleted ⇒ Object
- .price_book_item_deleted ⇒ Object
- .price_book_item_upserted ⇒ Object
- .price_book_upserted ⇒ Object
- .pricing_deleted ⇒ Object
- .pricing_upserted ⇒ Object
- .rate_deleted ⇒ Object
- .rate_upserted ⇒ Object
- .refund_capture_upserted_v2 ⇒ Object
- .refund_upserted ⇒ Object
- .refund_upserted_v2 ⇒ Object
- .return_deleted ⇒ Object
- .return_upserted ⇒ Object
- .reversal_upserted ⇒ Object
- .rule_deleted ⇒ Object
- .rule_upserted ⇒ Object
- .snapshot_deleted ⇒ Object
- .snapshot_upserted ⇒ Object
- .subcatalog_deleted ⇒ Object
- .subcatalog_item_deleted ⇒ Object
- .subcatalog_item_upserted ⇒ Object
- .subcatalog_upserted ⇒ Object
- .targeting_item_deleted ⇒ Object
- .targeting_item_upserted ⇒ Object
- .tier_deleted ⇒ Object
- .tier_upserted ⇒ Object
- .tracking_label_event_upserted ⇒ Object
Instance Method Summary collapse
-
#initialize(value) ⇒ EventType
constructor
A new instance of EventType.
- #to_hash ⇒ Object
Constructor Details
#initialize(value) ⇒ EventType
Returns a new instance of EventType.
9219 9220 9221 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9219 def initialize(value) @value = HttpClient::Preconditions.assert_class('value', value, String) end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
9217 9218 9219 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9217 def value @value end |
Class Method Details
.ALL ⇒ Object
9239 9240 9241 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9239 def EventType.ALL @@all ||= [EventType.attribute_upserted, EventType.attribute_deleted, EventType.attribute_upserted_v2, EventType.attribute_deleted_v2, EventType.catalog_upserted, EventType.catalog_deleted, EventType.subcatalog_upserted, EventType.subcatalog_deleted, EventType.catalog_item_upserted, EventType.catalog_item_deleted, EventType.subcatalog_item_upserted, EventType.subcatalog_item_deleted, EventType.rate_deleted, EventType.rate_upserted, EventType.available_promotions_upserted, EventType.available_promotions_deleted, EventType.allocation_deleted_v2, EventType.allocation_upserted_v2, EventType.currency_format_deleted, EventType.currency_format_upserted, EventType.experience_deleted, EventType.experience_upserted, EventType.experience_price_book_mapping_deleted, EventType.experience_price_book_mapping_upserted, EventType.item_margin_deleted, EventType.item_margin_upserted, EventType.item_sales_margin_deleted, EventType.item_sales_margin_upserted, EventType.label_format_deleted, EventType.label_format_upserted, EventType.order_deleted, EventType.order_upserted, EventType.order_identifier_deleted, EventType.order_identifier_upserted, EventType.order_identifier_deleted_v2, EventType.order_identifier_upserted_v2, EventType.pricing_deleted, EventType.pricing_upserted, EventType.fraud_status_changed, EventType.tier_upserted, EventType.tier_deleted, EventType.delivery_option_upserted, EventType.delivery_option_deleted, EventType.hs6_code_upserted, EventType.hs6_code_deleted, EventType.hs10_code_upserted, EventType.hs10_code_deleted, EventType.item_origin_upserted, EventType.item_origin_deleted, EventType.harmonized_item_upserted, EventType.harmonized_item_deleted, EventType.harmonized_landed_cost_upserted, EventType.fully_harmonized_item_upserted, EventType.rule_upserted, EventType.rule_deleted, EventType.snapshot_upserted, EventType.snapshot_deleted, EventType.label_upserted, EventType.label_upserted_v2, EventType.notification_upserted, EventType.notification_deleted, EventType.manifested_label_upserted, EventType.manifested_label_deleted, EventType.local_item_upserted, EventType.local_item_deleted, EventType.membership_upserted, EventType.membership_deleted, EventType.organization_upserted, EventType.organization_deleted, EventType., EventType., EventType., EventType., EventType., EventType., EventType., EventType., EventType.capture_upserted, EventType.capture_upserted_v2, EventType.card_upserted, EventType.card_upserted_v2, EventType.card_deleted, EventType.payment_upserted, EventType.payment_deleted, EventType.refund_upserted, EventType.refund_upserted_v2, EventType.refund_capture_upserted_v2, EventType.reversal_upserted, EventType.price_book_upserted, EventType.price_book_deleted, EventType.price_book_item_upserted, EventType.price_book_item_deleted, EventType.organization_rates_published, EventType.organization_countries_published, EventType.organization_ratecard_transit_windows_published, EventType.return_upserted, EventType.return_deleted, EventType.targeting_item_upserted, EventType.targeting_item_deleted, EventType.tracking_label_event_upserted] end |
.allocation_deleted_v2 ⇒ Object
9307 9308 9309 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9307 def EventType.allocation_deleted_v2 @@_allocation_deleted_v2 ||= EventType.new('allocation_deleted_v2') end |
.allocation_upserted_v2 ⇒ Object
9311 9312 9313 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9311 def EventType.allocation_upserted_v2 @@_allocation_upserted_v2 ||= EventType.new('allocation_upserted_v2') end |
.apply(value) ⇒ Object
Returns the instance of EventType for this value, creating a new instance for an unknown value
9224 9225 9226 9227 9228 9229 9230 9231 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9224 def EventType.apply(value) if value.instance_of?(EventType) value else HttpClient::Preconditions.assert_class_or_nil('value', value, String) value.nil? ? nil : (from_string(value) || EventType.new(value)) end end |
.attribute_deleted ⇒ Object
9247 9248 9249 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9247 def EventType.attribute_deleted @@_attribute_deleted ||= EventType.new('attribute_deleted') end |
.attribute_deleted_v2 ⇒ Object
9255 9256 9257 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9255 def EventType.attribute_deleted_v2 @@_attribute_deleted_v2 ||= EventType.new('attribute_deleted_v2') end |
.attribute_upserted ⇒ Object
9243 9244 9245 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9243 def EventType.attribute_upserted @@_attribute_upserted ||= EventType.new('attribute_upserted') end |
.attribute_upserted_v2 ⇒ Object
9251 9252 9253 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9251 def EventType.attribute_upserted_v2 @@_attribute_upserted_v2 ||= EventType.new('attribute_upserted_v2') end |
.authorization_deleted ⇒ Object
9523 9524 9525 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9523 def EventType. ||= EventType.new('authorization_deleted') end |
.authorization_deleted_v2 ⇒ Object
9527 9528 9529 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9527 def EventType. ||= EventType.new('authorization_deleted_v2') end |
.authorization_status_changed ⇒ Object
9531 9532 9533 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9531 def EventType. ||= EventType.new('authorization_status_changed') end |
.authorization_upserted ⇒ Object
9519 9520 9521 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9519 def EventType. ||= EventType.new('authorization_upserted') end |
.available_promotions_deleted ⇒ Object
9303 9304 9305 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9303 def EventType.available_promotions_deleted @@_available_promotions_deleted ||= EventType.new('available_promotions_deleted') end |
.available_promotions_upserted ⇒ Object
9299 9300 9301 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9299 def EventType.available_promotions_upserted @@_available_promotions_upserted ||= EventType.new('available_promotions_upserted') end |
.capture_upserted ⇒ Object
9551 9552 9553 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9551 def EventType.capture_upserted @@_capture_upserted ||= EventType.new('capture_upserted') end |
.capture_upserted_v2 ⇒ Object
9555 9556 9557 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9555 def EventType.capture_upserted_v2 @@_capture_upserted_v2 ||= EventType.new('capture_upserted_v2') end |
.card_authorization_upserted ⇒ Object
9535 9536 9537 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9535 def EventType. ||= EventType.new('card_authorization_upserted') end |
.card_authorization_upserted_v2 ⇒ Object
9539 9540 9541 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9539 def EventType. ||= EventType.new('card_authorization_upserted_v2') end |
.card_deleted ⇒ Object
9567 9568 9569 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9567 def EventType.card_deleted @@_card_deleted ||= EventType.new('card_deleted') end |
.card_upserted ⇒ Object
9559 9560 9561 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9559 def EventType.card_upserted @@_card_upserted ||= EventType.new('card_upserted') end |
.card_upserted_v2 ⇒ Object
9563 9564 9565 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9563 def EventType.card_upserted_v2 @@_card_upserted_v2 ||= EventType.new('card_upserted_v2') end |
.catalog_deleted ⇒ Object
9263 9264 9265 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9263 def EventType.catalog_deleted @@_catalog_deleted ||= EventType.new('catalog_deleted') end |
.catalog_item_deleted ⇒ Object
9279 9280 9281 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9279 def EventType.catalog_item_deleted @@_catalog_item_deleted ||= EventType.new('catalog_item_deleted') end |
.catalog_item_upserted ⇒ Object
9275 9276 9277 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9275 def EventType.catalog_item_upserted @@_catalog_item_upserted ||= EventType.new('catalog_item_upserted') end |
.catalog_upserted ⇒ Object
9259 9260 9261 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9259 def EventType.catalog_upserted @@_catalog_upserted ||= EventType.new('catalog_upserted') end |
.currency_format_deleted ⇒ Object
9315 9316 9317 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9315 def EventType.currency_format_deleted @@_currency_format_deleted ||= EventType.new('currency_format_deleted') end |
.currency_format_upserted ⇒ Object
9319 9320 9321 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9319 def EventType.currency_format_upserted @@_currency_format_upserted ||= EventType.new('currency_format_upserted') end |
.delivery_option_deleted ⇒ Object
9411 9412 9413 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9411 def EventType.delivery_option_deleted @@_delivery_option_deleted ||= EventType.new('delivery_option_deleted') end |
.delivery_option_upserted ⇒ Object
9407 9408 9409 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9407 def EventType.delivery_option_upserted @@_delivery_option_upserted ||= EventType.new('delivery_option_upserted') end |
.experience_deleted ⇒ Object
9323 9324 9325 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9323 def EventType.experience_deleted @@_experience_deleted ||= EventType.new('experience_deleted') end |
.experience_price_book_mapping_deleted ⇒ Object
9331 9332 9333 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9331 def EventType.experience_price_book_mapping_deleted @@_experience_price_book_mapping_deleted ||= EventType.new('experience_price_book_mapping_deleted') end |
.experience_price_book_mapping_upserted ⇒ Object
9335 9336 9337 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9335 def EventType.experience_price_book_mapping_upserted @@_experience_price_book_mapping_upserted ||= EventType.new('experience_price_book_mapping_upserted') end |
.experience_upserted ⇒ Object
9327 9328 9329 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9327 def EventType.experience_upserted @@_experience_upserted ||= EventType.new('experience_upserted') end |
.fraud_status_changed ⇒ Object
9395 9396 9397 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9395 def EventType.fraud_status_changed @@_fraud_status_changed ||= EventType.new('fraud_status_changed') end |
.from_string(value) ⇒ Object
Returns the instance of EventType for this value, or nil if not found
9234 9235 9236 9237 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9234 def EventType.from_string(value) HttpClient::Preconditions.assert_class('value', value, String) EventType.ALL.find { |v| v.value == value } end |
.fully_harmonized_item_upserted ⇒ Object
9451 9452 9453 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9451 def EventType.fully_harmonized_item_upserted @@_fully_harmonized_item_upserted ||= EventType.new('fully_harmonized_item_upserted') end |
.harmonized_item_deleted ⇒ Object
9443 9444 9445 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9443 def EventType.harmonized_item_deleted @@_harmonized_item_deleted ||= EventType.new('harmonized_item_deleted') end |
.harmonized_item_upserted ⇒ Object
9439 9440 9441 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9439 def EventType.harmonized_item_upserted @@_harmonized_item_upserted ||= EventType.new('harmonized_item_upserted') end |
.harmonized_landed_cost_upserted ⇒ Object
9447 9448 9449 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9447 def EventType.harmonized_landed_cost_upserted @@_harmonized_landed_cost_upserted ||= EventType.new('harmonized_landed_cost_upserted') end |
.hs10_code_deleted ⇒ Object
9427 9428 9429 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9427 def EventType.hs10_code_deleted @@_hs10_code_deleted ||= EventType.new('hs10_code_deleted') end |
.hs10_code_upserted ⇒ Object
9423 9424 9425 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9423 def EventType.hs10_code_upserted @@_hs10_code_upserted ||= EventType.new('hs10_code_upserted') end |
.hs6_code_deleted ⇒ Object
9419 9420 9421 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9419 def EventType.hs6_code_deleted @@_hs6_code_deleted ||= EventType.new('hs6_code_deleted') end |
.hs6_code_upserted ⇒ Object
9415 9416 9417 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9415 def EventType.hs6_code_upserted @@_hs6_code_upserted ||= EventType.new('hs6_code_upserted') end |
.item_margin_deleted ⇒ Object
9339 9340 9341 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9339 def EventType.item_margin_deleted @@_item_margin_deleted ||= EventType.new('item_margin_deleted') end |
.item_margin_upserted ⇒ Object
9343 9344 9345 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9343 def EventType.item_margin_upserted @@_item_margin_upserted ||= EventType.new('item_margin_upserted') end |
.item_origin_deleted ⇒ Object
9435 9436 9437 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9435 def EventType.item_origin_deleted @@_item_origin_deleted ||= EventType.new('item_origin_deleted') end |
.item_origin_upserted ⇒ Object
9431 9432 9433 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9431 def EventType.item_origin_upserted @@_item_origin_upserted ||= EventType.new('item_origin_upserted') end |
.item_sales_margin_deleted ⇒ Object
9347 9348 9349 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9347 def EventType.item_sales_margin_deleted @@_item_sales_margin_deleted ||= EventType.new('item_sales_margin_deleted') end |
.item_sales_margin_upserted ⇒ Object
9351 9352 9353 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9351 def EventType.item_sales_margin_upserted @@_item_sales_margin_upserted ||= EventType.new('item_sales_margin_upserted') end |
.label_format_deleted ⇒ Object
9355 9356 9357 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9355 def EventType.label_format_deleted @@_label_format_deleted ||= EventType.new('label_format_deleted') end |
.label_format_upserted ⇒ Object
9359 9360 9361 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9359 def EventType.label_format_upserted @@_label_format_upserted ||= EventType.new('label_format_upserted') end |
.label_upserted ⇒ Object
9471 9472 9473 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9471 def EventType.label_upserted @@_label_upserted ||= EventType.new('label_upserted') end |
.label_upserted_v2 ⇒ Object
9475 9476 9477 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9475 def EventType.label_upserted_v2 @@_label_upserted_v2 ||= EventType.new('label_upserted_v2') end |
.local_item_deleted ⇒ Object
9499 9500 9501 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9499 def EventType.local_item_deleted @@_local_item_deleted ||= EventType.new('local_item_deleted') end |
.local_item_upserted ⇒ Object
9495 9496 9497 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9495 def EventType.local_item_upserted @@_local_item_upserted ||= EventType.new('local_item_upserted') end |
.manifested_label_deleted ⇒ Object
9491 9492 9493 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9491 def EventType.manifested_label_deleted @@_manifested_label_deleted ||= EventType.new('manifested_label_deleted') end |
.manifested_label_upserted ⇒ Object
9487 9488 9489 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9487 def EventType.manifested_label_upserted @@_manifested_label_upserted ||= EventType.new('manifested_label_upserted') end |
.membership_deleted ⇒ Object
9507 9508 9509 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9507 def EventType.membership_deleted @@_membership_deleted ||= EventType.new('membership_deleted') end |
.membership_upserted ⇒ Object
9503 9504 9505 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9503 def EventType.membership_upserted @@_membership_upserted ||= EventType.new('membership_upserted') end |
.notification_deleted ⇒ Object
9483 9484 9485 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9483 def EventType.notification_deleted @@_notification_deleted ||= EventType.new('notification_deleted') end |
.notification_upserted ⇒ Object
9479 9480 9481 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9479 def EventType.notification_upserted @@_notification_upserted ||= EventType.new('notification_upserted') end |
.online_authorization_upserted ⇒ Object
9543 9544 9545 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9543 def EventType. ||= EventType.new('online_authorization_upserted') end |
.online_authorization_upserted_v2 ⇒ Object
9547 9548 9549 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9547 def EventType. ||= EventType.new('online_authorization_upserted_v2') end |
.order_deleted ⇒ Object
9363 9364 9365 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9363 def EventType.order_deleted @@_order_deleted ||= EventType.new('order_deleted') end |
.order_identifier_deleted ⇒ Object
9371 9372 9373 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9371 def EventType.order_identifier_deleted @@_order_identifier_deleted ||= EventType.new('order_identifier_deleted') end |
.order_identifier_deleted_v2 ⇒ Object
9379 9380 9381 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9379 def EventType.order_identifier_deleted_v2 @@_order_identifier_deleted_v2 ||= EventType.new('order_identifier_deleted_v2') end |
.order_identifier_upserted ⇒ Object
9375 9376 9377 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9375 def EventType.order_identifier_upserted @@_order_identifier_upserted ||= EventType.new('order_identifier_upserted') end |
.order_identifier_upserted_v2 ⇒ Object
9383 9384 9385 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9383 def EventType.order_identifier_upserted_v2 @@_order_identifier_upserted_v2 ||= EventType.new('order_identifier_upserted_v2') end |
.order_upserted ⇒ Object
9367 9368 9369 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9367 def EventType.order_upserted @@_order_upserted ||= EventType.new('order_upserted') end |
.organization_countries_published ⇒ Object
9615 9616 9617 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9615 def EventType.organization_countries_published @@_organization_countries_published ||= EventType.new('organization_countries_published') end |
.organization_deleted ⇒ Object
9515 9516 9517 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9515 def EventType.organization_deleted @@_organization_deleted ||= EventType.new('organization_deleted') end |
.organization_ratecard_transit_windows_published ⇒ Object
9619 9620 9621 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9619 def EventType.organization_ratecard_transit_windows_published @@_organization_ratecard_transit_windows_published ||= EventType.new('organization_ratecard_transit_windows_published') end |
.organization_rates_published ⇒ Object
9611 9612 9613 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9611 def EventType.organization_rates_published @@_organization_rates_published ||= EventType.new('organization_rates_published') end |
.organization_upserted ⇒ Object
9511 9512 9513 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9511 def EventType.organization_upserted @@_organization_upserted ||= EventType.new('organization_upserted') end |
.payment_deleted ⇒ Object
9575 9576 9577 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9575 def EventType.payment_deleted @@_payment_deleted ||= EventType.new('payment_deleted') end |
.payment_upserted ⇒ Object
9571 9572 9573 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9571 def EventType.payment_upserted @@_payment_upserted ||= EventType.new('payment_upserted') end |
.price_book_deleted ⇒ Object
9599 9600 9601 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9599 def EventType.price_book_deleted @@_price_book_deleted ||= EventType.new('price_book_deleted') end |
.price_book_item_deleted ⇒ Object
9607 9608 9609 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9607 def EventType.price_book_item_deleted @@_price_book_item_deleted ||= EventType.new('price_book_item_deleted') end |
.price_book_item_upserted ⇒ Object
9603 9604 9605 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9603 def EventType.price_book_item_upserted @@_price_book_item_upserted ||= EventType.new('price_book_item_upserted') end |
.price_book_upserted ⇒ Object
9595 9596 9597 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9595 def EventType.price_book_upserted @@_price_book_upserted ||= EventType.new('price_book_upserted') end |
.pricing_deleted ⇒ Object
9387 9388 9389 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9387 def EventType.pricing_deleted @@_pricing_deleted ||= EventType.new('pricing_deleted') end |
.pricing_upserted ⇒ Object
9391 9392 9393 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9391 def EventType.pricing_upserted @@_pricing_upserted ||= EventType.new('pricing_upserted') end |
.rate_deleted ⇒ Object
9291 9292 9293 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9291 def EventType.rate_deleted @@_rate_deleted ||= EventType.new('rate_deleted') end |
.rate_upserted ⇒ Object
9295 9296 9297 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9295 def EventType.rate_upserted @@_rate_upserted ||= EventType.new('rate_upserted') end |
.refund_capture_upserted_v2 ⇒ Object
9587 9588 9589 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9587 def EventType.refund_capture_upserted_v2 @@_refund_capture_upserted_v2 ||= EventType.new('refund_capture_upserted_v2') end |
.refund_upserted ⇒ Object
9579 9580 9581 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9579 def EventType.refund_upserted @@_refund_upserted ||= EventType.new('refund_upserted') end |
.refund_upserted_v2 ⇒ Object
9583 9584 9585 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9583 def EventType.refund_upserted_v2 @@_refund_upserted_v2 ||= EventType.new('refund_upserted_v2') end |
.return_deleted ⇒ Object
9627 9628 9629 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9627 def EventType.return_deleted @@_return_deleted ||= EventType.new('return_deleted') end |
.return_upserted ⇒ Object
9623 9624 9625 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9623 def EventType.return_upserted @@_return_upserted ||= EventType.new('return_upserted') end |
.reversal_upserted ⇒ Object
9591 9592 9593 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9591 def EventType.reversal_upserted @@_reversal_upserted ||= EventType.new('reversal_upserted') end |
.rule_deleted ⇒ Object
9459 9460 9461 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9459 def EventType.rule_deleted @@_rule_deleted ||= EventType.new('rule_deleted') end |
.rule_upserted ⇒ Object
9455 9456 9457 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9455 def EventType.rule_upserted @@_rule_upserted ||= EventType.new('rule_upserted') end |
.snapshot_deleted ⇒ Object
9467 9468 9469 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9467 def EventType.snapshot_deleted @@_snapshot_deleted ||= EventType.new('snapshot_deleted') end |
.snapshot_upserted ⇒ Object
9463 9464 9465 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9463 def EventType.snapshot_upserted @@_snapshot_upserted ||= EventType.new('snapshot_upserted') end |
.subcatalog_deleted ⇒ Object
9271 9272 9273 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9271 def EventType.subcatalog_deleted @@_subcatalog_deleted ||= EventType.new('subcatalog_deleted') end |
.subcatalog_item_deleted ⇒ Object
9287 9288 9289 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9287 def EventType.subcatalog_item_deleted @@_subcatalog_item_deleted ||= EventType.new('subcatalog_item_deleted') end |
.subcatalog_item_upserted ⇒ Object
9283 9284 9285 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9283 def EventType.subcatalog_item_upserted @@_subcatalog_item_upserted ||= EventType.new('subcatalog_item_upserted') end |
.subcatalog_upserted ⇒ Object
9267 9268 9269 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9267 def EventType.subcatalog_upserted @@_subcatalog_upserted ||= EventType.new('subcatalog_upserted') end |
.targeting_item_deleted ⇒ Object
9635 9636 9637 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9635 def EventType.targeting_item_deleted @@_targeting_item_deleted ||= EventType.new('targeting_item_deleted') end |
.targeting_item_upserted ⇒ Object
9631 9632 9633 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9631 def EventType.targeting_item_upserted @@_targeting_item_upserted ||= EventType.new('targeting_item_upserted') end |
.tier_deleted ⇒ Object
9403 9404 9405 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9403 def EventType.tier_deleted @@_tier_deleted ||= EventType.new('tier_deleted') end |
.tier_upserted ⇒ Object
9399 9400 9401 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9399 def EventType.tier_upserted @@_tier_upserted ||= EventType.new('tier_upserted') end |
.tracking_label_event_upserted ⇒ Object
9639 9640 9641 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9639 def EventType.tracking_label_event_upserted @@_tracking_label_event_upserted ||= EventType.new('tracking_label_event_upserted') end |
Instance Method Details
#to_hash ⇒ Object
9643 9644 9645 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9643 def to_hash value end |