Class: Io::Flow::V0::Models::EventType

Inherits:
Object
  • Object
show all
Defined in:
lib/flow_commerce/flow_api_v0_client.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ EventType

Returns a new instance of EventType.



11673
11674
11675
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11673

def initialize(value)
  @value = HttpClient::Preconditions.assert_class('value', value, String)
end

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



11671
11672
11673
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11671

def value
  @value
end

Class Method Details

.ALLObject



11693
11694
11695
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11693

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.consumer_invoice_upserted, EventType.consumer_invoice_deleted, EventType.credit_memo_upserted, EventType.credit_memo_deleted, EventType.crossdock_shipment_upserted, EventType.rate_deleted, EventType.rate_upserted, EventType.available_promotions_upserted, EventType.available_promotions_deleted, EventType.available_promotions_upserted_v2, EventType.available_promotions_deleted_v2, EventType.allocation_deleted_v2, EventType.allocation_upserted_v2, EventType.currency_format_deleted, EventType.currency_format_upserted, EventType.experience_deleted, EventType.experience_upserted, EventType.experience_deleted_v2, EventType.experience_upserted_v2, EventType.experience_price_book_mapping_deleted, EventType.experience_price_book_mapping_upserted, EventType.experience_logistics_settings_upserted, EventType.experience_logistics_settings_deleted, 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_deleted_v2, EventType.order_upserted_v2, 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.center_upserted, EventType.center_deleted, EventType.tier_upserted, EventType.tier_deleted, EventType.delivery_option_upserted, EventType.delivery_option_deleted, EventType.shipping_configuration_upserted, EventType.shipping_configuration_deleted, EventType.tier_upserted_v2, EventType.tier_deleted_v2, EventType.shipping_lane_upserted, EventType.shipping_lane_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.experience_inventory_item_upserted, EventType.experience_inventory_item_deleted, EventType.rule_upserted, EventType.rule_deleted, EventType.serial_upserted, EventType.serial_deleted, EventType.snapshot_upserted, EventType.snapshot_deleted, EventType.label_upserted, 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.membership_upserted_v2, EventType.membership_deleted_v2, EventType.organization_upserted, EventType.organization_deleted, EventType.organization_upserted_v2, EventType.organization_deleted_v2, EventType.organization_short_id_upserted, EventType.organization_short_id_deleted, EventType.authorization_deleted_v2, EventType.authorization_status_changed, EventType.card_authorization_upserted_v2, EventType.online_authorization_upserted_v2, EventType.capture_upserted_v2, EventType.capture_deleted, EventType.card_upserted_v2, EventType.card_deleted, EventType.payment_upserted, EventType.payment_deleted, EventType.refund_upserted_v2, EventType.refund_capture_upserted_v2, EventType.reversal_upserted, EventType.reversal_deleted, EventType.capture_identifier_upserted, EventType.capture_identifier_deleted, EventType.refund_identifier_upserted, EventType.refund_identifier_deleted, EventType.virtual_card_capture_upserted, EventType.virtual_card_capture_deleted, EventType.virtual_card_refund_upserted, EventType.virtual_card_refund_deleted, 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.targeting_item_deleted_v2, EventType.tracking_label_event_upserted]
end

.allocation_deleted_v2Object



11789
11790
11791
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11789

def EventType.allocation_deleted_v2
  @@_allocation_deleted_v2 ||= EventType.new('allocation_deleted_v2')
end

.allocation_upserted_v2Object



11793
11794
11795
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11793

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



11678
11679
11680
11681
11682
11683
11684
11685
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11678

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_deletedObject



11701
11702
11703
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11701

def EventType.attribute_deleted
  @@_attribute_deleted ||= EventType.new('attribute_deleted')
end

.attribute_deleted_v2Object



11709
11710
11711
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11709

def EventType.attribute_deleted_v2
  @@_attribute_deleted_v2 ||= EventType.new('attribute_deleted_v2')
end

.attribute_upsertedObject



11697
11698
11699
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11697

def EventType.attribute_upserted
  @@_attribute_upserted ||= EventType.new('attribute_upserted')
end

.attribute_upserted_v2Object



11705
11706
11707
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11705

def EventType.attribute_upserted_v2
  @@_attribute_upserted_v2 ||= EventType.new('attribute_upserted_v2')
end

.authorization_deleted_v2Object



12093
12094
12095
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12093

def EventType.authorization_deleted_v2
  @@_authorization_deleted_v2 ||= EventType.new('authorization_deleted_v2')
end

.authorization_status_changedObject



12097
12098
12099
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12097

def EventType.authorization_status_changed
  @@_authorization_status_changed ||= EventType.new('authorization_status_changed')
end

.available_promotions_deletedObject



11777
11778
11779
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11777

def EventType.available_promotions_deleted
  @@_available_promotions_deleted ||= EventType.new('available_promotions_deleted')
end

.available_promotions_deleted_v2Object



11785
11786
11787
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11785

def EventType.available_promotions_deleted_v2
  @@_available_promotions_deleted_v2 ||= EventType.new('available_promotions_deleted_v2')
end

.available_promotions_upsertedObject



11773
11774
11775
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11773

def EventType.available_promotions_upserted
  @@_available_promotions_upserted ||= EventType.new('available_promotions_upserted')
end

.available_promotions_upserted_v2Object



11781
11782
11783
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11781

def EventType.available_promotions_upserted_v2
  @@_available_promotions_upserted_v2 ||= EventType.new('available_promotions_upserted_v2')
end

.capture_deletedObject



12113
12114
12115
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12113

def EventType.capture_deleted
  @@_capture_deleted ||= EventType.new('capture_deleted')
end

.capture_identifier_deletedObject



12153
12154
12155
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12153

def EventType.capture_identifier_deleted
  @@_capture_identifier_deleted ||= EventType.new('capture_identifier_deleted')
end

.capture_identifier_upsertedObject



12149
12150
12151
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12149

def EventType.capture_identifier_upserted
  @@_capture_identifier_upserted ||= EventType.new('capture_identifier_upserted')
end

.capture_upserted_v2Object



12109
12110
12111
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12109

def EventType.capture_upserted_v2
  @@_capture_upserted_v2 ||= EventType.new('capture_upserted_v2')
end

.card_authorization_upserted_v2Object



12101
12102
12103
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12101

def EventType.card_authorization_upserted_v2
  @@_card_authorization_upserted_v2 ||= EventType.new('card_authorization_upserted_v2')
end

.card_deletedObject



12121
12122
12123
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12121

def EventType.card_deleted
  @@_card_deleted ||= EventType.new('card_deleted')
end

.card_upserted_v2Object



12117
12118
12119
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12117

def EventType.card_upserted_v2
  @@_card_upserted_v2 ||= EventType.new('card_upserted_v2')
end

.catalog_deletedObject



11717
11718
11719
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11717

def EventType.catalog_deleted
  @@_catalog_deleted ||= EventType.new('catalog_deleted')
end

.catalog_item_deletedObject



11733
11734
11735
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11733

def EventType.catalog_item_deleted
  @@_catalog_item_deleted ||= EventType.new('catalog_item_deleted')
end

.catalog_item_upsertedObject



11729
11730
11731
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11729

def EventType.catalog_item_upserted
  @@_catalog_item_upserted ||= EventType.new('catalog_item_upserted')
end

.catalog_upsertedObject



11713
11714
11715
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11713

def EventType.catalog_upserted
  @@_catalog_upserted ||= EventType.new('catalog_upserted')
end

.center_deletedObject



11909
11910
11911
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11909

def EventType.center_deleted
  @@_center_deleted ||= EventType.new('center_deleted')
end

.center_upsertedObject



11905
11906
11907
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11905

def EventType.center_upserted
  @@_center_upserted ||= EventType.new('center_upserted')
end

.consumer_invoice_deletedObject



11749
11750
11751
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11749

def EventType.consumer_invoice_deleted
  @@_consumer_invoice_deleted ||= EventType.new('consumer_invoice_deleted')
end

.consumer_invoice_upsertedObject



11745
11746
11747
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11745

def EventType.consumer_invoice_upserted
  @@_consumer_invoice_upserted ||= EventType.new('consumer_invoice_upserted')
end

.credit_memo_deletedObject



11757
11758
11759
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11757

def EventType.credit_memo_deleted
  @@_credit_memo_deleted ||= EventType.new('credit_memo_deleted')
end

.credit_memo_upsertedObject



11753
11754
11755
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11753

def EventType.credit_memo_upserted
  @@_credit_memo_upserted ||= EventType.new('credit_memo_upserted')
end

.crossdock_shipment_upsertedObject



11761
11762
11763
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11761

def EventType.crossdock_shipment_upserted
  @@_crossdock_shipment_upserted ||= EventType.new('crossdock_shipment_upserted')
end

.currency_format_deletedObject



11797
11798
11799
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11797

def EventType.currency_format_deleted
  @@_currency_format_deleted ||= EventType.new('currency_format_deleted')
end

.currency_format_upsertedObject



11801
11802
11803
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11801

def EventType.currency_format_upserted
  @@_currency_format_upserted ||= EventType.new('currency_format_upserted')
end

.delivery_option_deletedObject



11925
11926
11927
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11925

def EventType.delivery_option_deleted
  @@_delivery_option_deleted ||= EventType.new('delivery_option_deleted')
end

.delivery_option_upsertedObject



11921
11922
11923
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11921

def EventType.delivery_option_upserted
  @@_delivery_option_upserted ||= EventType.new('delivery_option_upserted')
end

.experience_deletedObject



11805
11806
11807
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11805

def EventType.experience_deleted
  @@_experience_deleted ||= EventType.new('experience_deleted')
end

.experience_deleted_v2Object



11813
11814
11815
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11813

def EventType.experience_deleted_v2
  @@_experience_deleted_v2 ||= EventType.new('experience_deleted_v2')
end

.experience_inventory_item_deletedObject



11997
11998
11999
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11997

def EventType.experience_inventory_item_deleted
  @@_experience_inventory_item_deleted ||= EventType.new('experience_inventory_item_deleted')
end

.experience_inventory_item_upsertedObject



11993
11994
11995
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11993

def EventType.experience_inventory_item_upserted
  @@_experience_inventory_item_upserted ||= EventType.new('experience_inventory_item_upserted')
end

.experience_logistics_settings_deletedObject



11833
11834
11835
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11833

def EventType.experience_logistics_settings_deleted
  @@_experience_logistics_settings_deleted ||= EventType.new('experience_logistics_settings_deleted')
end

.experience_logistics_settings_upsertedObject



11829
11830
11831
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11829

def EventType.experience_logistics_settings_upserted
  @@_experience_logistics_settings_upserted ||= EventType.new('experience_logistics_settings_upserted')
end

.experience_price_book_mapping_deletedObject



11821
11822
11823
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11821

def EventType.experience_price_book_mapping_deleted
  @@_experience_price_book_mapping_deleted ||= EventType.new('experience_price_book_mapping_deleted')
end

.experience_price_book_mapping_upsertedObject



11825
11826
11827
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11825

def EventType.experience_price_book_mapping_upserted
  @@_experience_price_book_mapping_upserted ||= EventType.new('experience_price_book_mapping_upserted')
end

.experience_upsertedObject



11809
11810
11811
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11809

def EventType.experience_upserted
  @@_experience_upserted ||= EventType.new('experience_upserted')
end

.experience_upserted_v2Object



11817
11818
11819
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11817

def EventType.experience_upserted_v2
  @@_experience_upserted_v2 ||= EventType.new('experience_upserted_v2')
end

.fraud_status_changedObject



11901
11902
11903
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11901

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



11688
11689
11690
11691
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11688

def EventType.from_string(value)
  HttpClient::Preconditions.assert_class('value', value, String)
  EventType.ALL.find { |v| v.value == value }
end

.fully_harmonized_item_upsertedObject



11989
11990
11991
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11989

def EventType.fully_harmonized_item_upserted
  @@_fully_harmonized_item_upserted ||= EventType.new('fully_harmonized_item_upserted')
end

.harmonized_item_deletedObject



11981
11982
11983
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11981

def EventType.harmonized_item_deleted
  @@_harmonized_item_deleted ||= EventType.new('harmonized_item_deleted')
end

.harmonized_item_upsertedObject



11977
11978
11979
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11977

def EventType.harmonized_item_upserted
  @@_harmonized_item_upserted ||= EventType.new('harmonized_item_upserted')
end

.harmonized_landed_cost_upsertedObject



11985
11986
11987
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11985

def EventType.harmonized_landed_cost_upserted
  @@_harmonized_landed_cost_upserted ||= EventType.new('harmonized_landed_cost_upserted')
end

.hs10_code_deletedObject



11965
11966
11967
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11965

def EventType.hs10_code_deleted
  @@_hs10_code_deleted ||= EventType.new('hs10_code_deleted')
end

.hs10_code_upsertedObject



11961
11962
11963
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11961

def EventType.hs10_code_upserted
  @@_hs10_code_upserted ||= EventType.new('hs10_code_upserted')
end

.hs6_code_deletedObject



11957
11958
11959
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11957

def EventType.hs6_code_deleted
  @@_hs6_code_deleted ||= EventType.new('hs6_code_deleted')
end

.hs6_code_upsertedObject



11953
11954
11955
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11953

def EventType.hs6_code_upserted
  @@_hs6_code_upserted ||= EventType.new('hs6_code_upserted')
end

.item_margin_deletedObject



11837
11838
11839
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11837

def EventType.item_margin_deleted
  @@_item_margin_deleted ||= EventType.new('item_margin_deleted')
end

.item_margin_upsertedObject



11841
11842
11843
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11841

def EventType.item_margin_upserted
  @@_item_margin_upserted ||= EventType.new('item_margin_upserted')
end

.item_origin_deletedObject



11973
11974
11975
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11973

def EventType.item_origin_deleted
  @@_item_origin_deleted ||= EventType.new('item_origin_deleted')
end

.item_origin_upsertedObject



11969
11970
11971
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11969

def EventType.item_origin_upserted
  @@_item_origin_upserted ||= EventType.new('item_origin_upserted')
end

.item_sales_margin_deletedObject



11845
11846
11847
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11845

def EventType.item_sales_margin_deleted
  @@_item_sales_margin_deleted ||= EventType.new('item_sales_margin_deleted')
end

.item_sales_margin_upsertedObject



11849
11850
11851
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11849

def EventType.item_sales_margin_upserted
  @@_item_sales_margin_upserted ||= EventType.new('item_sales_margin_upserted')
end

.label_format_deletedObject



11853
11854
11855
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11853

def EventType.label_format_deleted
  @@_label_format_deleted ||= EventType.new('label_format_deleted')
end

.label_format_upsertedObject



11857
11858
11859
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11857

def EventType.label_format_upserted
  @@_label_format_upserted ||= EventType.new('label_format_upserted')
end

.label_upsertedObject



12025
12026
12027
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12025

def EventType.label_upserted
  @@_label_upserted ||= EventType.new('label_upserted')
end

.local_item_deletedObject



12049
12050
12051
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12049

def EventType.local_item_deleted
  @@_local_item_deleted ||= EventType.new('local_item_deleted')
end

.local_item_upsertedObject



12045
12046
12047
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12045

def EventType.local_item_upserted
  @@_local_item_upserted ||= EventType.new('local_item_upserted')
end

.manifested_label_deletedObject



12041
12042
12043
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12041

def EventType.manifested_label_deleted
  @@_manifested_label_deleted ||= EventType.new('manifested_label_deleted')
end

.manifested_label_upsertedObject



12037
12038
12039
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12037

def EventType.manifested_label_upserted
  @@_manifested_label_upserted ||= EventType.new('manifested_label_upserted')
end

.membership_deletedObject



12057
12058
12059
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12057

def EventType.membership_deleted
  @@_membership_deleted ||= EventType.new('membership_deleted')
end

.membership_deleted_v2Object



12065
12066
12067
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12065

def EventType.membership_deleted_v2
  @@_membership_deleted_v2 ||= EventType.new('membership_deleted_v2')
end

.membership_upsertedObject



12053
12054
12055
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12053

def EventType.membership_upserted
  @@_membership_upserted ||= EventType.new('membership_upserted')
end

.membership_upserted_v2Object



12061
12062
12063
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12061

def EventType.membership_upserted_v2
  @@_membership_upserted_v2 ||= EventType.new('membership_upserted_v2')
end

.notification_deletedObject



12033
12034
12035
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12033

def EventType.notification_deleted
  @@_notification_deleted ||= EventType.new('notification_deleted')
end

.notification_upsertedObject



12029
12030
12031
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12029

def EventType.notification_upserted
  @@_notification_upserted ||= EventType.new('notification_upserted')
end

.online_authorization_upserted_v2Object



12105
12106
12107
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12105

def EventType.online_authorization_upserted_v2
  @@_online_authorization_upserted_v2 ||= EventType.new('online_authorization_upserted_v2')
end

.order_deletedObject



11861
11862
11863
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11861

def EventType.order_deleted
  @@_order_deleted ||= EventType.new('order_deleted')
end

.order_deleted_v2Object



11869
11870
11871
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11869

def EventType.order_deleted_v2
  @@_order_deleted_v2 ||= EventType.new('order_deleted_v2')
end

.order_identifier_deletedObject



11877
11878
11879
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11877

def EventType.order_identifier_deleted
  @@_order_identifier_deleted ||= EventType.new('order_identifier_deleted')
end

.order_identifier_deleted_v2Object



11885
11886
11887
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11885

def EventType.order_identifier_deleted_v2
  @@_order_identifier_deleted_v2 ||= EventType.new('order_identifier_deleted_v2')
end

.order_identifier_upsertedObject



11881
11882
11883
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11881

def EventType.order_identifier_upserted
  @@_order_identifier_upserted ||= EventType.new('order_identifier_upserted')
end

.order_identifier_upserted_v2Object



11889
11890
11891
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11889

def EventType.order_identifier_upserted_v2
  @@_order_identifier_upserted_v2 ||= EventType.new('order_identifier_upserted_v2')
end

.order_upsertedObject



11865
11866
11867
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11865

def EventType.order_upserted
  @@_order_upserted ||= EventType.new('order_upserted')
end

.order_upserted_v2Object



11873
11874
11875
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11873

def EventType.order_upserted_v2
  @@_order_upserted_v2 ||= EventType.new('order_upserted_v2')
end

.organization_countries_publishedObject



12201
12202
12203
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12201

def EventType.organization_countries_published
  @@_organization_countries_published ||= EventType.new('organization_countries_published')
end

.organization_deletedObject



12073
12074
12075
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12073

def EventType.organization_deleted
  @@_organization_deleted ||= EventType.new('organization_deleted')
end

.organization_deleted_v2Object



12081
12082
12083
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12081

def EventType.organization_deleted_v2
  @@_organization_deleted_v2 ||= EventType.new('organization_deleted_v2')
end

.organization_ratecard_transit_windows_publishedObject



12205
12206
12207
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12205

def EventType.organization_ratecard_transit_windows_published
  @@_organization_ratecard_transit_windows_published ||= EventType.new('organization_ratecard_transit_windows_published')
end

.organization_rates_publishedObject



12197
12198
12199
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12197

def EventType.organization_rates_published
  @@_organization_rates_published ||= EventType.new('organization_rates_published')
end

.organization_short_id_deletedObject



12089
12090
12091
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12089

def EventType.organization_short_id_deleted
  @@_organization_short_id_deleted ||= EventType.new('organization_short_id_deleted')
end

.organization_short_id_upsertedObject



12085
12086
12087
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12085

def EventType.organization_short_id_upserted
  @@_organization_short_id_upserted ||= EventType.new('organization_short_id_upserted')
end

.organization_upsertedObject



12069
12070
12071
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12069

def EventType.organization_upserted
  @@_organization_upserted ||= EventType.new('organization_upserted')
end

.organization_upserted_v2Object



12077
12078
12079
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12077

def EventType.organization_upserted_v2
  @@_organization_upserted_v2 ||= EventType.new('organization_upserted_v2')
end

.payment_deletedObject



12129
12130
12131
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12129

def EventType.payment_deleted
  @@_payment_deleted ||= EventType.new('payment_deleted')
end

.payment_upsertedObject



12125
12126
12127
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12125

def EventType.payment_upserted
  @@_payment_upserted ||= EventType.new('payment_upserted')
end

.price_book_deletedObject



12185
12186
12187
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12185

def EventType.price_book_deleted
  @@_price_book_deleted ||= EventType.new('price_book_deleted')
end

.price_book_item_deletedObject



12193
12194
12195
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12193

def EventType.price_book_item_deleted
  @@_price_book_item_deleted ||= EventType.new('price_book_item_deleted')
end

.price_book_item_upsertedObject



12189
12190
12191
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12189

def EventType.price_book_item_upserted
  @@_price_book_item_upserted ||= EventType.new('price_book_item_upserted')
end

.price_book_upsertedObject



12181
12182
12183
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12181

def EventType.price_book_upserted
  @@_price_book_upserted ||= EventType.new('price_book_upserted')
end

.pricing_deletedObject



11893
11894
11895
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11893

def EventType.pricing_deleted
  @@_pricing_deleted ||= EventType.new('pricing_deleted')
end

.pricing_upsertedObject



11897
11898
11899
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11897

def EventType.pricing_upserted
  @@_pricing_upserted ||= EventType.new('pricing_upserted')
end

.rate_deletedObject



11765
11766
11767
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11765

def EventType.rate_deleted
  @@_rate_deleted ||= EventType.new('rate_deleted')
end

.rate_upsertedObject



11769
11770
11771
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11769

def EventType.rate_upserted
  @@_rate_upserted ||= EventType.new('rate_upserted')
end

.refund_capture_upserted_v2Object



12137
12138
12139
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12137

def EventType.refund_capture_upserted_v2
  @@_refund_capture_upserted_v2 ||= EventType.new('refund_capture_upserted_v2')
end

.refund_identifier_deletedObject



12161
12162
12163
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12161

def EventType.refund_identifier_deleted
  @@_refund_identifier_deleted ||= EventType.new('refund_identifier_deleted')
end

.refund_identifier_upsertedObject



12157
12158
12159
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12157

def EventType.refund_identifier_upserted
  @@_refund_identifier_upserted ||= EventType.new('refund_identifier_upserted')
end

.refund_upserted_v2Object



12133
12134
12135
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12133

def EventType.refund_upserted_v2
  @@_refund_upserted_v2 ||= EventType.new('refund_upserted_v2')
end

.return_deletedObject



12213
12214
12215
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12213

def EventType.return_deleted
  @@_return_deleted ||= EventType.new('return_deleted')
end

.return_upsertedObject



12209
12210
12211
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12209

def EventType.return_upserted
  @@_return_upserted ||= EventType.new('return_upserted')
end

.reversal_deletedObject



12145
12146
12147
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12145

def EventType.reversal_deleted
  @@_reversal_deleted ||= EventType.new('reversal_deleted')
end

.reversal_upsertedObject



12141
12142
12143
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12141

def EventType.reversal_upserted
  @@_reversal_upserted ||= EventType.new('reversal_upserted')
end

.rule_deletedObject



12005
12006
12007
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12005

def EventType.rule_deleted
  @@_rule_deleted ||= EventType.new('rule_deleted')
end

.rule_upsertedObject



12001
12002
12003
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12001

def EventType.rule_upserted
  @@_rule_upserted ||= EventType.new('rule_upserted')
end

.serial_deletedObject



12013
12014
12015
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12013

def EventType.serial_deleted
  @@_serial_deleted ||= EventType.new('serial_deleted')
end

.serial_upsertedObject



12009
12010
12011
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12009

def EventType.serial_upserted
  @@_serial_upserted ||= EventType.new('serial_upserted')
end

.shipping_configuration_deletedObject



11933
11934
11935
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11933

def EventType.shipping_configuration_deleted
  @@_shipping_configuration_deleted ||= EventType.new('shipping_configuration_deleted')
end

.shipping_configuration_upsertedObject



11929
11930
11931
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11929

def EventType.shipping_configuration_upserted
  @@_shipping_configuration_upserted ||= EventType.new('shipping_configuration_upserted')
end

.shipping_lane_deletedObject



11949
11950
11951
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11949

def EventType.shipping_lane_deleted
  @@_shipping_lane_deleted ||= EventType.new('shipping_lane_deleted')
end

.shipping_lane_upsertedObject



11945
11946
11947
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11945

def EventType.shipping_lane_upserted
  @@_shipping_lane_upserted ||= EventType.new('shipping_lane_upserted')
end

.snapshot_deletedObject



12021
12022
12023
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12021

def EventType.snapshot_deleted
  @@_snapshot_deleted ||= EventType.new('snapshot_deleted')
end

.snapshot_upsertedObject



12017
12018
12019
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12017

def EventType.snapshot_upserted
  @@_snapshot_upserted ||= EventType.new('snapshot_upserted')
end

.subcatalog_deletedObject



11725
11726
11727
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11725

def EventType.subcatalog_deleted
  @@_subcatalog_deleted ||= EventType.new('subcatalog_deleted')
end

.subcatalog_item_deletedObject



11741
11742
11743
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11741

def EventType.subcatalog_item_deleted
  @@_subcatalog_item_deleted ||= EventType.new('subcatalog_item_deleted')
end

.subcatalog_item_upsertedObject



11737
11738
11739
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11737

def EventType.subcatalog_item_upserted
  @@_subcatalog_item_upserted ||= EventType.new('subcatalog_item_upserted')
end

.subcatalog_upsertedObject



11721
11722
11723
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11721

def EventType.subcatalog_upserted
  @@_subcatalog_upserted ||= EventType.new('subcatalog_upserted')
end

.targeting_item_deletedObject



12221
12222
12223
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12221

def EventType.targeting_item_deleted
  @@_targeting_item_deleted ||= EventType.new('targeting_item_deleted')
end

.targeting_item_deleted_v2Object



12225
12226
12227
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12225

def EventType.targeting_item_deleted_v2
  @@_targeting_item_deleted_v2 ||= EventType.new('targeting_item_deleted_v2')
end

.targeting_item_upsertedObject



12217
12218
12219
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12217

def EventType.targeting_item_upserted
  @@_targeting_item_upserted ||= EventType.new('targeting_item_upserted')
end

.tier_deletedObject



11917
11918
11919
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11917

def EventType.tier_deleted
  @@_tier_deleted ||= EventType.new('tier_deleted')
end

.tier_deleted_v2Object



11941
11942
11943
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11941

def EventType.tier_deleted_v2
  @@_tier_deleted_v2 ||= EventType.new('tier_deleted_v2')
end

.tier_upsertedObject



11913
11914
11915
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11913

def EventType.tier_upserted
  @@_tier_upserted ||= EventType.new('tier_upserted')
end

.tier_upserted_v2Object



11937
11938
11939
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11937

def EventType.tier_upserted_v2
  @@_tier_upserted_v2 ||= EventType.new('tier_upserted_v2')
end

.tracking_label_event_upsertedObject



12229
12230
12231
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12229

def EventType.tracking_label_event_upserted
  @@_tracking_label_event_upserted ||= EventType.new('tracking_label_event_upserted')
end

.virtual_card_capture_deletedObject



12169
12170
12171
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12169

def EventType.virtual_card_capture_deleted
  @@_virtual_card_capture_deleted ||= EventType.new('virtual_card_capture_deleted')
end

.virtual_card_capture_upsertedObject



12165
12166
12167
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12165

def EventType.virtual_card_capture_upserted
  @@_virtual_card_capture_upserted ||= EventType.new('virtual_card_capture_upserted')
end

.virtual_card_refund_deletedObject



12177
12178
12179
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12177

def EventType.virtual_card_refund_deleted
  @@_virtual_card_refund_deleted ||= EventType.new('virtual_card_refund_deleted')
end

.virtual_card_refund_upsertedObject



12173
12174
12175
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12173

def EventType.virtual_card_refund_upserted
  @@_virtual_card_refund_upserted ||= EventType.new('virtual_card_refund_upserted')
end

Instance Method Details

#to_hashObject



12233
12234
12235
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12233

def to_hash
  value
end