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.



14974
14975
14976
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14974

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

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



14972
14973
14974
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14972

def value
  @value
end

Class Method Details

.ALLObject



14994
14995
14996
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14994

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.catalog_item_upserted_v2, EventType.catalog_item_deleted_v2, EventType.subcatalog_item_upserted, EventType.subcatalog_item_deleted, EventType.b2b_invoice_upserted, EventType.b2b_invoice_deleted, EventType.b2b_credit_memo_upserted, EventType.b2b_credit_memo_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.rate_deleted_v3, EventType.rate_upserted_v3, EventType.customer_upserted, EventType.customer_deleted, EventType.customer_address_book_contact_upserted, EventType.customer_address_book_contact_deleted, EventType.email_notification_upserted, EventType.email_notification_deleted, 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.order_identifier_upserted_v3, EventType.pricing_deleted, EventType.pricing_upserted, EventType.order_service_change_request, EventType.fraud_status_changed, EventType.center_upserted, EventType.center_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.shipping_configuration_item_availability_upserted, EventType.shipping_configuration_item_availability_deleted, EventType.shipping_configuration_item_shipping_pricing_upserted, EventType.shipping_configuration_item_shipping_pricing_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_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_deleted_v2, 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.checkout_optin_responses_upserted, EventType.checkout_optin_responses_deleted, EventType.browse_optin_responses_upserted, EventType.browse_optin_responses_deleted, EventType.order_placed, EventType.order_placed_v2, EventType.ready_to_fulfill, 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.organization_default_configurations_upserted, EventType.organization_default_configurations_deleted, EventType.ecommerce_platform_upserted, EventType.ecommerce_platform_deleted, EventType.authorization_deleted_v2, EventType.authorization_status_changed, EventType.card_authorization_upserted_v2, EventType.card_authorization_deleted_v2, EventType.online_authorization_upserted_v2, EventType.online_authorization_deleted_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_deleted_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.ratecard_lane_upserted, EventType.ratecard_lane_deleted, EventType.ratecard_upserted, EventType.ratecard_deleted, EventType.return_upserted, EventType.return_deleted, EventType.shopify_localization_setting_upserted, EventType.shopify_localization_setting_deleted, EventType.tracking_label_event_upserted]
end

.allocation_deleted_v2Object



15146
15147
15148
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15146

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

.allocation_upserted_v2Object



15150
15151
15152
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15150

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



14979
14980
14981
14982
14983
14984
14985
14986
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14979

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



15002
15003
15004
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15002

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

.attribute_deleted_v2Object



15010
15011
15012
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15010

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

.attribute_upsertedObject



14998
14999
15000
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14998

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

.attribute_upserted_v2Object



15006
15007
15008
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15006

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

.authorization_deleted_v2Object



15478
15479
15480
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15478

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

.authorization_status_changedObject



15482
15483
15484
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15482

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

.available_promotions_deletedObject



15134
15135
15136
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15134

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

.available_promotions_deleted_v2Object



15142
15143
15144
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15142

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

.available_promotions_upsertedObject



15130
15131
15132
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15130

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

.available_promotions_upserted_v2Object



15138
15139
15140
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15138

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

.b2b_credit_memo_deletedObject



15066
15067
15068
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15066

def EventType.b2b_credit_memo_deleted
  @@_b2b_credit_memo_deleted ||= EventType.new('b2b_credit_memo_deleted')
end

.b2b_credit_memo_upsertedObject



15062
15063
15064
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15062

def EventType.b2b_credit_memo_upserted
  @@_b2b_credit_memo_upserted ||= EventType.new('b2b_credit_memo_upserted')
end

.b2b_invoice_deletedObject



15058
15059
15060
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15058

def EventType.b2b_invoice_deleted
  @@_b2b_invoice_deleted ||= EventType.new('b2b_invoice_deleted')
end

.b2b_invoice_upsertedObject



15054
15055
15056
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15054

def EventType.b2b_invoice_upserted
  @@_b2b_invoice_upserted ||= EventType.new('b2b_invoice_upserted')
end

.browse_optin_responses_deletedObject



15414
15415
15416
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15414

def EventType.browse_optin_responses_deleted
  @@_browse_optin_responses_deleted ||= EventType.new('browse_optin_responses_deleted')
end

.browse_optin_responses_upsertedObject



15410
15411
15412
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15410

def EventType.browse_optin_responses_upserted
  @@_browse_optin_responses_upserted ||= EventType.new('browse_optin_responses_upserted')
end

.capture_deletedObject



15506
15507
15508
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15506

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

.capture_identifier_deletedObject



15550
15551
15552
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15550

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

.capture_identifier_upsertedObject



15546
15547
15548
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15546

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

.capture_upserted_v2Object



15502
15503
15504
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15502

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

.card_authorization_deleted_v2Object



15490
15491
15492
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15490

def EventType.card_authorization_deleted_v2
  @@_card_authorization_deleted_v2 ||= EventType.new('card_authorization_deleted_v2')
end

.card_authorization_upserted_v2Object



15486
15487
15488
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15486

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

.card_deletedObject



15514
15515
15516
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15514

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

.card_upserted_v2Object



15510
15511
15512
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15510

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

.catalog_deletedObject



15018
15019
15020
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15018

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

.catalog_item_deletedObject



15034
15035
15036
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15034

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

.catalog_item_deleted_v2Object



15042
15043
15044
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15042

def EventType.catalog_item_deleted_v2
  @@_catalog_item_deleted_v2 ||= EventType.new('catalog_item_deleted_v2')
end

.catalog_item_upsertedObject



15030
15031
15032
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15030

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

.catalog_item_upserted_v2Object



15038
15039
15040
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15038

def EventType.catalog_item_upserted_v2
  @@_catalog_item_upserted_v2 ||= EventType.new('catalog_item_upserted_v2')
end

.catalog_upsertedObject



15014
15015
15016
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15014

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

.center_deletedObject



15274
15275
15276
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15274

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

.center_upsertedObject



15270
15271
15272
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15270

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

.checkout_optin_responses_deletedObject



15406
15407
15408
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15406

def EventType.checkout_optin_responses_deleted
  @@_checkout_optin_responses_deleted ||= EventType.new('checkout_optin_responses_deleted')
end

.checkout_optin_responses_upsertedObject



15402
15403
15404
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15402

def EventType.checkout_optin_responses_upserted
  @@_checkout_optin_responses_upserted ||= EventType.new('checkout_optin_responses_upserted')
end

.consumer_invoice_deletedObject



15074
15075
15076
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15074

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

.consumer_invoice_upsertedObject



15070
15071
15072
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15070

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

.credit_memo_deletedObject



15082
15083
15084
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15082

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

.credit_memo_upsertedObject



15078
15079
15080
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15078

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

.crossdock_shipment_upsertedObject



15086
15087
15088
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15086

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

.currency_format_deletedObject



15154
15155
15156
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15154

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

.currency_format_upsertedObject



15158
15159
15160
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15158

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

.customer_address_book_contact_deletedObject



15118
15119
15120
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15118

def EventType.customer_address_book_contact_deleted
  @@_customer_address_book_contact_deleted ||= EventType.new('customer_address_book_contact_deleted')
end

.customer_address_book_contact_upsertedObject



15114
15115
15116
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15114

def EventType.customer_address_book_contact_upserted
  @@_customer_address_book_contact_upserted ||= EventType.new('customer_address_book_contact_upserted')
end

.customer_deletedObject



15110
15111
15112
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15110

def EventType.customer_deleted
  @@_customer_deleted ||= EventType.new('customer_deleted')
end

.customer_upsertedObject



15106
15107
15108
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15106

def EventType.customer_upserted
  @@_customer_upserted ||= EventType.new('customer_upserted')
end

.ecommerce_platform_deletedObject



15474
15475
15476
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15474

def EventType.ecommerce_platform_deleted
  @@_ecommerce_platform_deleted ||= EventType.new('ecommerce_platform_deleted')
end

.ecommerce_platform_upsertedObject



15470
15471
15472
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15470

def EventType.ecommerce_platform_upserted
  @@_ecommerce_platform_upserted ||= EventType.new('ecommerce_platform_upserted')
end

.email_notification_deletedObject



15126
15127
15128
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15126

def EventType.email_notification_deleted
  @@_email_notification_deleted ||= EventType.new('email_notification_deleted')
end

.email_notification_upsertedObject



15122
15123
15124
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15122

def EventType.email_notification_upserted
  @@_email_notification_upserted ||= EventType.new('email_notification_upserted')
end

.experience_deletedObject



15162
15163
15164
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15162

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

.experience_deleted_v2Object



15170
15171
15172
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15170

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

.experience_logistics_settings_deletedObject



15190
15191
15192
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15190

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

.experience_logistics_settings_upsertedObject



15186
15187
15188
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15186

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

.experience_price_book_mapping_deletedObject



15178
15179
15180
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15178

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



15182
15183
15184
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15182

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

.experience_upsertedObject



15166
15167
15168
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15166

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

.experience_upserted_v2Object



15174
15175
15176
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15174

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

.fraud_status_changedObject



15266
15267
15268
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15266

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



14989
14990
14991
14992
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14989

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

.fully_harmonized_item_upsertedObject



15346
15347
15348
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15346

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

.harmonized_landed_cost_upsertedObject



15342
15343
15344
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15342

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

.hs10_code_deletedObject



15330
15331
15332
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15330

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

.hs10_code_upsertedObject



15326
15327
15328
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15326

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

.hs6_code_deletedObject



15322
15323
15324
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15322

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

.hs6_code_upsertedObject



15318
15319
15320
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15318

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

.item_margin_deletedObject



15194
15195
15196
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15194

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

.item_margin_upsertedObject



15198
15199
15200
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15198

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

.item_origin_deletedObject



15338
15339
15340
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15338

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

.item_origin_upsertedObject



15334
15335
15336
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15334

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

.item_sales_margin_deletedObject



15202
15203
15204
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15202

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

.item_sales_margin_upsertedObject



15206
15207
15208
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15206

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

.label_deleted_v2Object



15370
15371
15372
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15370

def EventType.label_deleted_v2
  @@_label_deleted_v2 ||= EventType.new('label_deleted_v2')
end

.label_format_deletedObject



15210
15211
15212
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15210

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

.label_format_upsertedObject



15214
15215
15216
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15214

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

.label_upsertedObject



15366
15367
15368
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15366

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

.label_upserted_v2Object



15374
15375
15376
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15374

def EventType.label_upserted_v2
  @@_label_upserted_v2 ||= EventType.new('label_upserted_v2')
end

.local_item_deletedObject



15398
15399
15400
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15398

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

.local_item_upsertedObject



15394
15395
15396
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15394

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

.manifested_label_deletedObject



15390
15391
15392
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15390

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

.manifested_label_upsertedObject



15386
15387
15388
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15386

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

.membership_deleted_v2Object



15434
15435
15436
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15434

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

.membership_upserted_v2Object



15430
15431
15432
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15430

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

.notification_deletedObject



15382
15383
15384
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15382

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

.notification_upsertedObject



15378
15379
15380
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15378

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

.online_authorization_deleted_v2Object



15498
15499
15500
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15498

def EventType.online_authorization_deleted_v2
  @@_online_authorization_deleted_v2 ||= EventType.new('online_authorization_deleted_v2')
end

.online_authorization_upserted_v2Object



15494
15495
15496
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15494

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

.order_deletedObject



15218
15219
15220
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15218

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

.order_deleted_v2Object



15226
15227
15228
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15226

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

.order_identifier_deletedObject



15234
15235
15236
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15234

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

.order_identifier_deleted_v2Object



15242
15243
15244
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15242

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

.order_identifier_upsertedObject



15238
15239
15240
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15238

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

.order_identifier_upserted_v2Object



15246
15247
15248
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15246

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

.order_identifier_upserted_v3Object



15250
15251
15252
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15250

def EventType.order_identifier_upserted_v3
  @@_order_identifier_upserted_v3 ||= EventType.new('order_identifier_upserted_v3')
end

.order_placedObject



15418
15419
15420
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15418

def EventType.order_placed
  @@_order_placed ||= EventType.new('order_placed')
end

.order_placed_v2Object



15422
15423
15424
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15422

def EventType.order_placed_v2
  @@_order_placed_v2 ||= EventType.new('order_placed_v2')
end

.order_service_change_requestObject



15262
15263
15264
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15262

def EventType.order_service_change_request
  @@_order_service_change_request ||= EventType.new('order_service_change_request')
end

.order_upsertedObject



15222
15223
15224
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15222

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

.order_upserted_v2Object



15230
15231
15232
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15230

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

.organization_default_configurations_deletedObject



15466
15467
15468
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15466

def EventType.organization_default_configurations_deleted
  @@_organization_default_configurations_deleted ||= EventType.new('organization_default_configurations_deleted')
end

.organization_default_configurations_upsertedObject



15462
15463
15464
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15462

def EventType.organization_default_configurations_upserted
  @@_organization_default_configurations_upserted ||= EventType.new('organization_default_configurations_upserted')
end

.organization_deletedObject



15442
15443
15444
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15442

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

.organization_deleted_v2Object



15450
15451
15452
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15450

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

.organization_rates_publishedObject



15594
15595
15596
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15594

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

.organization_short_id_deletedObject



15458
15459
15460
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15458

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

.organization_short_id_upsertedObject



15454
15455
15456
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15454

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

.organization_upsertedObject



15438
15439
15440
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15438

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

.organization_upserted_v2Object



15446
15447
15448
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15446

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

.payment_deletedObject



15522
15523
15524
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15522

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

.payment_upsertedObject



15518
15519
15520
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15518

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

.price_book_deletedObject



15582
15583
15584
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15582

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

.price_book_item_deletedObject



15590
15591
15592
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15590

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

.price_book_item_upsertedObject



15586
15587
15588
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15586

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

.price_book_upsertedObject



15578
15579
15580
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15578

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

.pricing_deletedObject



15254
15255
15256
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15254

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

.pricing_upsertedObject



15258
15259
15260
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15258

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

.rate_deletedObject



15090
15091
15092
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15090

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

.rate_deleted_v3Object



15098
15099
15100
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15098

def EventType.rate_deleted_v3
  @@_rate_deleted_v3 ||= EventType.new('rate_deleted_v3')
end

.rate_upsertedObject



15094
15095
15096
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15094

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

.rate_upserted_v3Object



15102
15103
15104
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15102

def EventType.rate_upserted_v3
  @@_rate_upserted_v3 ||= EventType.new('rate_upserted_v3')
end

.ratecard_deletedObject



15610
15611
15612
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15610

def EventType.ratecard_deleted
  @@_ratecard_deleted ||= EventType.new('ratecard_deleted')
end

.ratecard_lane_deletedObject



15602
15603
15604
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15602

def EventType.ratecard_lane_deleted
  @@_ratecard_lane_deleted ||= EventType.new('ratecard_lane_deleted')
end

.ratecard_lane_upsertedObject



15598
15599
15600
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15598

def EventType.ratecard_lane_upserted
  @@_ratecard_lane_upserted ||= EventType.new('ratecard_lane_upserted')
end

.ratecard_upsertedObject



15606
15607
15608
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15606

def EventType.ratecard_upserted
  @@_ratecard_upserted ||= EventType.new('ratecard_upserted')
end

.ready_to_fulfillObject



15426
15427
15428
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15426

def EventType.ready_to_fulfill
  @@_ready_to_fulfill ||= EventType.new('ready_to_fulfill')
end

.refund_capture_upserted_v2Object



15534
15535
15536
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15534

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

.refund_deleted_v2Object



15530
15531
15532
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15530

def EventType.refund_deleted_v2
  @@_refund_deleted_v2 ||= EventType.new('refund_deleted_v2')
end

.refund_identifier_deletedObject



15558
15559
15560
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15558

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

.refund_identifier_upsertedObject



15554
15555
15556
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15554

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

.refund_upserted_v2Object



15526
15527
15528
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15526

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

.return_deletedObject



15618
15619
15620
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15618

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

.return_upsertedObject



15614
15615
15616
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15614

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

.reversal_deletedObject



15542
15543
15544
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15542

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

.reversal_upsertedObject



15538
15539
15540
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15538

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

.rule_deletedObject



15354
15355
15356
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15354

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

.rule_upsertedObject



15350
15351
15352
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15350

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

.shipping_configuration_deletedObject



15282
15283
15284
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15282

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

.shipping_configuration_item_availability_deletedObject



15306
15307
15308
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15306

def EventType.shipping_configuration_item_availability_deleted
  @@_shipping_configuration_item_availability_deleted ||= EventType.new('shipping_configuration_item_availability_deleted')
end

.shipping_configuration_item_availability_upsertedObject



15302
15303
15304
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15302

def EventType.shipping_configuration_item_availability_upserted
  @@_shipping_configuration_item_availability_upserted ||= EventType.new('shipping_configuration_item_availability_upserted')
end

.shipping_configuration_item_shipping_pricing_deletedObject



15314
15315
15316
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15314

def EventType.shipping_configuration_item_shipping_pricing_deleted
  @@_shipping_configuration_item_shipping_pricing_deleted ||= EventType.new('shipping_configuration_item_shipping_pricing_deleted')
end

.shipping_configuration_item_shipping_pricing_upsertedObject



15310
15311
15312
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15310

def EventType.shipping_configuration_item_shipping_pricing_upserted
  @@_shipping_configuration_item_shipping_pricing_upserted ||= EventType.new('shipping_configuration_item_shipping_pricing_upserted')
end

.shipping_configuration_upsertedObject



15278
15279
15280
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15278

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

.shipping_lane_deletedObject



15298
15299
15300
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15298

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

.shipping_lane_upsertedObject



15294
15295
15296
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15294

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

.shopify_localization_setting_deletedObject



15626
15627
15628
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15626

def EventType.shopify_localization_setting_deleted
  @@_shopify_localization_setting_deleted ||= EventType.new('shopify_localization_setting_deleted')
end

.shopify_localization_setting_upsertedObject



15622
15623
15624
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15622

def EventType.shopify_localization_setting_upserted
  @@_shopify_localization_setting_upserted ||= EventType.new('shopify_localization_setting_upserted')
end

.snapshot_deletedObject



15362
15363
15364
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15362

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

.snapshot_upsertedObject



15358
15359
15360
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15358

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

.subcatalog_deletedObject



15026
15027
15028
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15026

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

.subcatalog_item_deletedObject



15050
15051
15052
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15050

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

.subcatalog_item_upsertedObject



15046
15047
15048
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15046

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

.subcatalog_upsertedObject



15022
15023
15024
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15022

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

.tier_deleted_v2Object



15290
15291
15292
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15290

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

.tier_upserted_v2Object



15286
15287
15288
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15286

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

.tracking_label_event_upsertedObject



15630
15631
15632
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15630

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

.virtual_card_capture_deletedObject



15566
15567
15568
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15566

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

.virtual_card_capture_upsertedObject



15562
15563
15564
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15562

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

.virtual_card_refund_deletedObject



15574
15575
15576
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15574

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

.virtual_card_refund_upsertedObject



15570
15571
15572
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15570

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

Instance Method Details

#to_hashObject



15634
15635
15636
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 15634

def to_hash
  value
end