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.



14336
14337
14338
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14336

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

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



14334
14335
14336
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14334

def value
  @value
end

Class Method Details

.ALLObject



14356
14357
14358
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14356

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



14508
14509
14510
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14508

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

.allocation_upserted_v2Object



14512
14513
14514
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14512

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



14341
14342
14343
14344
14345
14346
14347
14348
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14341

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



14364
14365
14366
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14364

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

.attribute_deleted_v2Object



14372
14373
14374
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14372

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

.attribute_upsertedObject



14360
14361
14362
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14360

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

.attribute_upserted_v2Object



14368
14369
14370
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14368

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

.authorization_deleted_v2Object



14840
14841
14842
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14840

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

.authorization_status_changedObject



14844
14845
14846
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14844

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

.available_promotions_deletedObject



14496
14497
14498
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14496

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

.available_promotions_deleted_v2Object



14504
14505
14506
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14504

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

.available_promotions_upsertedObject



14492
14493
14494
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14492

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

.available_promotions_upserted_v2Object



14500
14501
14502
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14500

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

.b2b_credit_memo_deletedObject



14428
14429
14430
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14428

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

.b2b_credit_memo_upsertedObject



14424
14425
14426
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14424

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

.b2b_invoice_deletedObject



14420
14421
14422
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14420

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

.b2b_invoice_upsertedObject



14416
14417
14418
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14416

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

.browse_optin_responses_deletedObject



14776
14777
14778
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14776

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

.browse_optin_responses_upsertedObject



14772
14773
14774
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14772

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

.capture_deletedObject



14868
14869
14870
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14868

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

.capture_identifier_deletedObject



14912
14913
14914
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14912

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

.capture_identifier_upsertedObject



14908
14909
14910
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14908

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

.capture_upserted_v2Object



14864
14865
14866
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14864

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

.card_authorization_deleted_v2Object



14852
14853
14854
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14852

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

.card_authorization_upserted_v2Object



14848
14849
14850
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14848

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

.card_deletedObject



14876
14877
14878
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14876

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

.card_upserted_v2Object



14872
14873
14874
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14872

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

.catalog_deletedObject



14380
14381
14382
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14380

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

.catalog_item_deletedObject



14396
14397
14398
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14396

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

.catalog_item_deleted_v2Object



14404
14405
14406
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14404

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

.catalog_item_upsertedObject



14392
14393
14394
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14392

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

.catalog_item_upserted_v2Object



14400
14401
14402
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14400

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

.catalog_upsertedObject



14376
14377
14378
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14376

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

.center_deletedObject



14636
14637
14638
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14636

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

.center_upsertedObject



14632
14633
14634
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14632

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

.checkout_optin_responses_deletedObject



14768
14769
14770
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14768

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

.checkout_optin_responses_upsertedObject



14764
14765
14766
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14764

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

.consumer_invoice_deletedObject



14436
14437
14438
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14436

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

.consumer_invoice_upsertedObject



14432
14433
14434
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14432

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

.credit_memo_deletedObject



14444
14445
14446
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14444

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

.credit_memo_upsertedObject



14440
14441
14442
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14440

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

.crossdock_shipment_upsertedObject



14448
14449
14450
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14448

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

.currency_format_deletedObject



14516
14517
14518
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14516

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

.currency_format_upsertedObject



14520
14521
14522
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14520

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

.customer_address_book_contact_deletedObject



14480
14481
14482
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14480

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



14476
14477
14478
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14476

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

.customer_deletedObject



14472
14473
14474
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14472

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

.customer_upsertedObject



14468
14469
14470
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14468

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

.ecommerce_platform_deletedObject



14836
14837
14838
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14836

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

.ecommerce_platform_upsertedObject



14832
14833
14834
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14832

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

.email_notification_deletedObject



14488
14489
14490
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14488

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

.email_notification_upsertedObject



14484
14485
14486
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14484

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

.experience_deletedObject



14524
14525
14526
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14524

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

.experience_deleted_v2Object



14532
14533
14534
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14532

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

.experience_logistics_settings_deletedObject



14552
14553
14554
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14552

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

.experience_logistics_settings_upsertedObject



14548
14549
14550
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14548

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

.experience_price_book_mapping_deletedObject



14540
14541
14542
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14540

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



14544
14545
14546
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14544

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

.experience_upsertedObject



14528
14529
14530
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14528

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

.experience_upserted_v2Object



14536
14537
14538
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14536

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

.fraud_status_changedObject



14628
14629
14630
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14628

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



14351
14352
14353
14354
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14351

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

.fully_harmonized_item_upsertedObject



14708
14709
14710
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14708

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

.harmonized_landed_cost_upsertedObject



14704
14705
14706
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14704

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

.hs10_code_deletedObject



14692
14693
14694
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14692

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

.hs10_code_upsertedObject



14688
14689
14690
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14688

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

.hs6_code_deletedObject



14684
14685
14686
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14684

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

.hs6_code_upsertedObject



14680
14681
14682
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14680

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

.item_margin_deletedObject



14556
14557
14558
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14556

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

.item_margin_upsertedObject



14560
14561
14562
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14560

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

.item_origin_deletedObject



14700
14701
14702
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14700

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

.item_origin_upsertedObject



14696
14697
14698
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14696

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

.item_sales_margin_deletedObject



14564
14565
14566
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14564

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

.item_sales_margin_upsertedObject



14568
14569
14570
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14568

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

.label_deleted_v2Object



14732
14733
14734
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14732

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

.label_format_deletedObject



14572
14573
14574
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14572

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

.label_format_upsertedObject



14576
14577
14578
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14576

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

.label_upsertedObject



14728
14729
14730
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14728

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

.label_upserted_v2Object



14736
14737
14738
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14736

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

.local_item_deletedObject



14760
14761
14762
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14760

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

.local_item_upsertedObject



14756
14757
14758
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14756

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

.manifested_label_deletedObject



14752
14753
14754
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14752

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

.manifested_label_upsertedObject



14748
14749
14750
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14748

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

.membership_deleted_v2Object



14796
14797
14798
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14796

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

.membership_upserted_v2Object



14792
14793
14794
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14792

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

.notification_deletedObject



14744
14745
14746
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14744

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

.notification_upsertedObject



14740
14741
14742
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14740

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

.online_authorization_deleted_v2Object



14860
14861
14862
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14860

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

.online_authorization_upserted_v2Object



14856
14857
14858
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14856

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

.order_deletedObject



14580
14581
14582
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14580

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

.order_deleted_v2Object



14588
14589
14590
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14588

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

.order_identifier_deletedObject



14596
14597
14598
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14596

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

.order_identifier_deleted_v2Object



14604
14605
14606
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14604

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

.order_identifier_upsertedObject



14600
14601
14602
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14600

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

.order_identifier_upserted_v2Object



14608
14609
14610
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14608

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

.order_identifier_upserted_v3Object



14612
14613
14614
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14612

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

.order_placedObject



14780
14781
14782
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14780

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

.order_placed_v2Object



14784
14785
14786
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14784

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

.order_service_change_requestObject



14624
14625
14626
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14624

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

.order_upsertedObject



14584
14585
14586
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14584

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

.order_upserted_v2Object



14592
14593
14594
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14592

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

.organization_default_configurations_deletedObject



14828
14829
14830
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14828

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

.organization_default_configurations_upsertedObject



14824
14825
14826
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14824

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

.organization_deletedObject



14804
14805
14806
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14804

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

.organization_deleted_v2Object



14812
14813
14814
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14812

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

.organization_rates_publishedObject



14956
14957
14958
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14956

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

.organization_short_id_deletedObject



14820
14821
14822
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14820

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

.organization_short_id_upsertedObject



14816
14817
14818
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14816

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

.organization_upsertedObject



14800
14801
14802
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14800

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

.organization_upserted_v2Object



14808
14809
14810
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14808

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

.payment_deletedObject



14884
14885
14886
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14884

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

.payment_upsertedObject



14880
14881
14882
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14880

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

.price_book_deletedObject



14944
14945
14946
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14944

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

.price_book_item_deletedObject



14952
14953
14954
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14952

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

.price_book_item_upsertedObject



14948
14949
14950
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14948

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

.price_book_upsertedObject



14940
14941
14942
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14940

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

.pricing_deletedObject



14616
14617
14618
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14616

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

.pricing_upsertedObject



14620
14621
14622
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14620

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

.rate_deletedObject



14452
14453
14454
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14452

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

.rate_deleted_v3Object



14460
14461
14462
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14460

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

.rate_upsertedObject



14456
14457
14458
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14456

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

.rate_upserted_v3Object



14464
14465
14466
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14464

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

.ratecard_deletedObject



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

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

.ratecard_lane_deletedObject



14964
14965
14966
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14964

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

.ratecard_lane_upsertedObject



14960
14961
14962
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14960

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

.ratecard_upsertedObject



14968
14969
14970
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14968

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

.ready_to_fulfillObject



14788
14789
14790
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14788

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

.refund_capture_upserted_v2Object



14896
14897
14898
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14896

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

.refund_deleted_v2Object



14892
14893
14894
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14892

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

.refund_identifier_deletedObject



14920
14921
14922
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14920

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

.refund_identifier_upsertedObject



14916
14917
14918
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14916

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

.refund_upserted_v2Object



14888
14889
14890
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14888

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

.return_deletedObject



14980
14981
14982
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14980

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

.return_upsertedObject



14976
14977
14978
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14976

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

.reversal_deletedObject



14904
14905
14906
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14904

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

.reversal_upsertedObject



14900
14901
14902
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14900

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

.rule_deletedObject



14716
14717
14718
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14716

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

.rule_upsertedObject



14712
14713
14714
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14712

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

.shipping_configuration_deletedObject



14644
14645
14646
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14644

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

.shipping_configuration_item_availability_deletedObject



14668
14669
14670
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14668

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



14664
14665
14666
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14664

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



14676
14677
14678
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14676

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



14672
14673
14674
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14672

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



14640
14641
14642
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14640

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

.shipping_lane_deletedObject



14660
14661
14662
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14660

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

.shipping_lane_upsertedObject



14656
14657
14658
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14656

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

.shopify_localization_setting_deletedObject



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

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

.shopify_localization_setting_upsertedObject



14984
14985
14986
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14984

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

.snapshot_deletedObject



14724
14725
14726
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14724

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

.snapshot_upsertedObject



14720
14721
14722
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14720

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

.subcatalog_deletedObject



14388
14389
14390
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14388

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

.subcatalog_item_deletedObject



14412
14413
14414
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14412

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

.subcatalog_item_upsertedObject



14408
14409
14410
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14408

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

.subcatalog_upsertedObject



14384
14385
14386
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14384

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

.tier_deleted_v2Object



14652
14653
14654
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14652

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

.tier_upserted_v2Object



14648
14649
14650
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14648

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

.tracking_label_event_upsertedObject



14992
14993
14994
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14992

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

.virtual_card_capture_deletedObject



14928
14929
14930
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14928

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

.virtual_card_capture_upsertedObject



14924
14925
14926
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14924

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

.virtual_card_refund_deletedObject



14936
14937
14938
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14936

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

.virtual_card_refund_upsertedObject



14932
14933
14934
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14932

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

Instance Method Details

#to_hashObject



14996
14997
14998
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14996

def to_hash
  value
end