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.



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

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

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



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

def value
  @value
end

Class Method Details

.ALLObject



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

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



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

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

.allocation_upserted_v2Object



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

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



14974
14975
14976
14977
14978
14979
14980
14981
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 14974

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



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

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

.attribute_deleted_v2Object



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

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

.attribute_upsertedObject



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

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

.attribute_upserted_v2Object



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

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

.authorization_deleted_v2Object



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

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

.authorization_status_changedObject



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

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

.available_promotions_deletedObject



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

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

.available_promotions_deleted_v2Object



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

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

.available_promotions_upsertedObject



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

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

.available_promotions_upserted_v2Object



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

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

.b2b_credit_memo_deletedObject



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

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

.b2b_credit_memo_upsertedObject



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

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

.b2b_invoice_deletedObject



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

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

.b2b_invoice_upsertedObject



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

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

.browse_optin_responses_deletedObject



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

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

.browse_optin_responses_upsertedObject



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

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

.capture_deletedObject



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

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

.capture_identifier_deletedObject



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

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

.capture_identifier_upsertedObject



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

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

.capture_upserted_v2Object



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

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

.card_authorization_deleted_v2Object



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

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

.card_authorization_upserted_v2Object



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

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

.card_deletedObject



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

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

.card_upserted_v2Object



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

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

.catalog_deletedObject



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

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

.catalog_item_deletedObject



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

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

.catalog_item_deleted_v2Object



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

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

.catalog_item_upsertedObject



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

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

.catalog_item_upserted_v2Object



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

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

.catalog_upsertedObject



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

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

.center_deletedObject



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

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

.center_upsertedObject



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

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

.checkout_optin_responses_deletedObject



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

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

.checkout_optin_responses_upsertedObject



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

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

.consumer_invoice_deletedObject



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

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

.consumer_invoice_upsertedObject



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

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

.credit_memo_deletedObject



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

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

.credit_memo_upsertedObject



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

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

.crossdock_shipment_upsertedObject



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

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

.currency_format_deletedObject



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

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

.currency_format_upsertedObject



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

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

.customer_address_book_contact_deletedObject



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

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



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

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

.customer_deletedObject



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

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

.customer_upsertedObject



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

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

.ecommerce_platform_deletedObject



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

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

.ecommerce_platform_upsertedObject



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

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

.email_notification_deletedObject



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

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

.email_notification_upsertedObject



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

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

.experience_deletedObject



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

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

.experience_deleted_v2Object



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

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

.experience_logistics_settings_deletedObject



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

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

.experience_logistics_settings_upsertedObject



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

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

.experience_price_book_mapping_deletedObject



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

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



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

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

.experience_upsertedObject



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

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

.experience_upserted_v2Object



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

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

.fraud_status_changedObject



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

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



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

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

.fully_harmonized_item_upsertedObject



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

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

.harmonized_landed_cost_upsertedObject



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

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

.hs10_code_deletedObject



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

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

.hs10_code_upsertedObject



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

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

.hs6_code_deletedObject



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

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

.hs6_code_upsertedObject



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

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

.item_margin_deletedObject



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

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

.item_margin_upsertedObject



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

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

.item_origin_deletedObject



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

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

.item_origin_upsertedObject



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

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

.item_sales_margin_deletedObject



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

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

.item_sales_margin_upsertedObject



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

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

.label_deleted_v2Object



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

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

.label_format_deletedObject



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

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

.label_format_upsertedObject



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

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

.label_upsertedObject



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

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

.label_upserted_v2Object



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

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

.local_item_deletedObject



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

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

.local_item_upsertedObject



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

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

.manifested_label_deletedObject



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

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

.manifested_label_upsertedObject



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

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

.membership_deleted_v2Object



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

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

.membership_upserted_v2Object



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

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

.notification_deletedObject



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

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

.notification_upsertedObject



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

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

.online_authorization_deleted_v2Object



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

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

.online_authorization_upserted_v2Object



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

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

.order_deletedObject



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

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

.order_deleted_v2Object



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

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

.order_identifier_deletedObject



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

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

.order_identifier_deleted_v2Object



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

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

.order_identifier_upsertedObject



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

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

.order_identifier_upserted_v2Object



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

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

.order_identifier_upserted_v3Object



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

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

.order_placedObject



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

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

.order_placed_v2Object



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

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

.order_service_change_requestObject



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

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

.order_upsertedObject



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

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

.order_upserted_v2Object



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

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

.organization_default_configurations_deletedObject



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

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

.organization_default_configurations_upsertedObject



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

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

.organization_deletedObject



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

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

.organization_deleted_v2Object



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

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

.organization_rates_publishedObject



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

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

.organization_short_id_deletedObject



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

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

.organization_short_id_upsertedObject



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

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

.organization_upsertedObject



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

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

.organization_upserted_v2Object



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

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

.payment_deletedObject



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

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

.payment_upsertedObject



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

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

.price_book_deletedObject



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

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

.price_book_item_deletedObject



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

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

.price_book_item_upsertedObject



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

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

.price_book_upsertedObject



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

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

.pricing_deletedObject



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

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

.pricing_upsertedObject



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

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

.rate_deletedObject



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

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

.rate_deleted_v3Object



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

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

.rate_upsertedObject



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

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

.rate_upserted_v3Object



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

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

.ratecard_deletedObject



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

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

.ratecard_lane_deletedObject



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

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

.ratecard_lane_upsertedObject



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

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

.ratecard_upsertedObject



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

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

.ready_to_fulfillObject



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

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

.refund_capture_upserted_v2Object



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

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

.refund_deleted_v2Object



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

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

.refund_identifier_deletedObject



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

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

.refund_identifier_upsertedObject



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

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

.refund_upserted_v2Object



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

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

.return_deletedObject



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

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

.return_upsertedObject



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

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

.reversal_deletedObject



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

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

.reversal_upsertedObject



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

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

.rule_deletedObject



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

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

.rule_upsertedObject



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

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

.shipping_configuration_deletedObject



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

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

.shipping_configuration_item_availability_deletedObject



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

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



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

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



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

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



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

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



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

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

.shipping_lane_deletedObject



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

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

.shipping_lane_upsertedObject



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

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

.shopify_localization_setting_deletedObject



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

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

.shopify_localization_setting_upsertedObject



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

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

.snapshot_deletedObject



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

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

.snapshot_upsertedObject



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

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

.subcatalog_deletedObject



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

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

.subcatalog_item_deletedObject



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

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

.subcatalog_item_upsertedObject



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

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

.subcatalog_upsertedObject



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

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

.tier_deleted_v2Object



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

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

.tier_upserted_v2Object



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

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

.tracking_label_event_upsertedObject



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

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

.virtual_card_capture_deletedObject



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

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

.virtual_card_capture_upsertedObject



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

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

.virtual_card_refund_deletedObject



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

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

.virtual_card_refund_upsertedObject



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

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

Instance Method Details

#to_hashObject



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

def to_hash
  value
end