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.



11125
11126
11127
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11125

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

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



11123
11124
11125
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11123

def value
  @value
end

Class Method Details

.ALLObject



11145
11146
11147
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11145

def EventType.ALL
  @@all ||= [EventType.attribute_upserted, EventType.attribute_deleted, EventType.attribute_upserted_v2, EventType.attribute_deleted_v2, EventType.catalog_upserted, EventType.catalog_deleted, EventType.subcatalog_upserted, EventType.subcatalog_deleted, EventType.catalog_item_upserted, EventType.catalog_item_deleted, EventType.subcatalog_item_upserted, EventType.subcatalog_item_deleted, EventType.consumer_invoice_upserted, EventType.consumer_invoice_deleted, EventType.credit_memo_upserted, EventType.credit_memo_deleted, EventType.crossdock_shipment_upserted, EventType.rate_deleted, EventType.rate_upserted, EventType.available_promotions_upserted, EventType.available_promotions_deleted, EventType.available_promotions_upserted_v2, EventType.available_promotions_deleted_v2, EventType.allocation_deleted_v2, EventType.allocation_upserted_v2, EventType.currency_format_deleted, EventType.currency_format_upserted, EventType.experience_deleted, EventType.experience_upserted, EventType.experience_deleted_v2, EventType.experience_upserted_v2, EventType.experience_price_book_mapping_deleted, EventType.experience_price_book_mapping_upserted, EventType.experience_logistics_settings_upserted, EventType.experience_logistics_settings_deleted, EventType.item_margin_deleted, EventType.item_margin_upserted, EventType.item_sales_margin_deleted, EventType.item_sales_margin_upserted, EventType.label_format_deleted, EventType.label_format_upserted, EventType.order_deleted, EventType.order_upserted, EventType.order_deleted_v2, EventType.order_upserted_v2, EventType.order_identifier_deleted, EventType.order_identifier_upserted, EventType.order_identifier_deleted_v2, EventType.order_identifier_upserted_v2, EventType.pricing_deleted, EventType.pricing_upserted, EventType.fraud_status_changed, EventType.tier_upserted, EventType.tier_deleted, EventType.delivery_option_upserted, EventType.delivery_option_deleted, EventType.shipping_configuration_upserted, EventType.shipping_configuration_deleted, EventType.tier_upserted_v2, EventType.tier_deleted_v2, EventType.shipping_lane_upserted, EventType.shipping_lane_deleted, EventType.hs6_code_upserted, EventType.hs6_code_deleted, EventType.hs10_code_upserted, EventType.hs10_code_deleted, EventType.item_origin_upserted, EventType.item_origin_deleted, EventType.harmonized_item_upserted, EventType.harmonized_item_deleted, EventType.harmonized_landed_cost_upserted, EventType.fully_harmonized_item_upserted, EventType.rule_upserted, EventType.rule_deleted, EventType.serial_upserted, EventType.serial_deleted, EventType.snapshot_upserted, EventType.snapshot_deleted, EventType.label_upserted, EventType.notification_upserted, EventType.notification_deleted, EventType.manifested_label_upserted, EventType.manifested_label_deleted, EventType.local_item_upserted, EventType.local_item_deleted, EventType.membership_upserted, EventType.membership_deleted, EventType.membership_upserted_v2, EventType.membership_deleted_v2, EventType.organization_upserted, EventType.organization_deleted, EventType.organization_upserted_v2, EventType.organization_deleted_v2, EventType.organization_short_id_upserted, EventType.organization_short_id_deleted, EventType.authorization_deleted_v2, EventType.authorization_status_changed, EventType.card_authorization_upserted_v2, EventType.online_authorization_upserted_v2, EventType.capture_upserted_v2, EventType.capture_deleted, EventType.card_upserted_v2, EventType.card_deleted, EventType.payment_upserted, EventType.payment_deleted, EventType.refund_upserted_v2, EventType.refund_capture_upserted_v2, EventType.reversal_upserted, EventType.reversal_deleted, EventType.capture_identifier_upserted, EventType.capture_identifier_deleted, EventType.refund_identifier_upserted, EventType.refund_identifier_deleted, EventType.virtual_card_capture_upserted, EventType.virtual_card_capture_deleted, EventType.virtual_card_refund_upserted, EventType.virtual_card_refund_deleted, EventType.price_book_upserted, EventType.price_book_deleted, EventType.price_book_item_upserted, EventType.price_book_item_deleted, EventType.organization_rates_published, EventType.organization_countries_published, EventType.organization_ratecard_transit_windows_published, EventType.return_upserted, EventType.return_deleted, EventType.targeting_item_upserted, EventType.targeting_item_deleted, EventType.targeting_item_deleted_v2, EventType.tracking_label_event_upserted]
end

.allocation_deleted_v2Object



11241
11242
11243
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11241

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

.allocation_upserted_v2Object



11245
11246
11247
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11245

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



11130
11131
11132
11133
11134
11135
11136
11137
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11130

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



11153
11154
11155
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11153

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

.attribute_deleted_v2Object



11161
11162
11163
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11161

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

.attribute_upsertedObject



11149
11150
11151
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11149

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

.attribute_upserted_v2Object



11157
11158
11159
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11157

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

.authorization_deleted_v2Object



11529
11530
11531
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11529

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

.authorization_status_changedObject



11533
11534
11535
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11533

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

.available_promotions_deletedObject



11229
11230
11231
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11229

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

.available_promotions_deleted_v2Object



11237
11238
11239
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11237

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

.available_promotions_upsertedObject



11225
11226
11227
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11225

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

.available_promotions_upserted_v2Object



11233
11234
11235
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11233

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

.capture_deletedObject



11549
11550
11551
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11549

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

.capture_identifier_deletedObject



11589
11590
11591
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11589

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

.capture_identifier_upsertedObject



11585
11586
11587
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11585

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

.capture_upserted_v2Object



11545
11546
11547
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11545

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

.card_authorization_upserted_v2Object



11537
11538
11539
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11537

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

.card_deletedObject



11557
11558
11559
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11557

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

.card_upserted_v2Object



11553
11554
11555
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11553

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

.catalog_deletedObject



11169
11170
11171
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11169

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

.catalog_item_deletedObject



11185
11186
11187
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11185

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

.catalog_item_upsertedObject



11181
11182
11183
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11181

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

.catalog_upsertedObject



11165
11166
11167
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11165

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

.consumer_invoice_deletedObject



11201
11202
11203
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11201

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

.consumer_invoice_upsertedObject



11197
11198
11199
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11197

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

.credit_memo_deletedObject



11209
11210
11211
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11209

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

.credit_memo_upsertedObject



11205
11206
11207
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11205

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

.crossdock_shipment_upsertedObject



11213
11214
11215
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11213

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

.currency_format_deletedObject



11249
11250
11251
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11249

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

.currency_format_upsertedObject



11253
11254
11255
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11253

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

.delivery_option_deletedObject



11369
11370
11371
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11369

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

.delivery_option_upsertedObject



11365
11366
11367
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11365

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

.experience_deletedObject



11257
11258
11259
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11257

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

.experience_deleted_v2Object



11265
11266
11267
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11265

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

.experience_logistics_settings_deletedObject



11285
11286
11287
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11285

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

.experience_logistics_settings_upsertedObject



11281
11282
11283
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11281

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

.experience_price_book_mapping_deletedObject



11273
11274
11275
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11273

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



11277
11278
11279
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11277

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

.experience_upsertedObject



11261
11262
11263
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11261

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

.experience_upserted_v2Object



11269
11270
11271
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11269

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

.fraud_status_changedObject



11353
11354
11355
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11353

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



11140
11141
11142
11143
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11140

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

.fully_harmonized_item_upsertedObject



11433
11434
11435
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11433

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

.harmonized_item_deletedObject



11425
11426
11427
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11425

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

.harmonized_item_upsertedObject



11421
11422
11423
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11421

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

.harmonized_landed_cost_upsertedObject



11429
11430
11431
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11429

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

.hs10_code_deletedObject



11409
11410
11411
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11409

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

.hs10_code_upsertedObject



11405
11406
11407
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11405

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

.hs6_code_deletedObject



11401
11402
11403
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11401

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

.hs6_code_upsertedObject



11397
11398
11399
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11397

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

.item_margin_deletedObject



11289
11290
11291
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11289

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

.item_margin_upsertedObject



11293
11294
11295
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11293

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

.item_origin_deletedObject



11417
11418
11419
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11417

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

.item_origin_upsertedObject



11413
11414
11415
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11413

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

.item_sales_margin_deletedObject



11297
11298
11299
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11297

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

.item_sales_margin_upsertedObject



11301
11302
11303
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11301

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

.label_format_deletedObject



11305
11306
11307
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11305

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

.label_format_upsertedObject



11309
11310
11311
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11309

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

.label_upsertedObject



11461
11462
11463
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11461

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

.local_item_deletedObject



11485
11486
11487
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11485

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

.local_item_upsertedObject



11481
11482
11483
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11481

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

.manifested_label_deletedObject



11477
11478
11479
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11477

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

.manifested_label_upsertedObject



11473
11474
11475
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11473

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

.membership_deletedObject



11493
11494
11495
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11493

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

.membership_deleted_v2Object



11501
11502
11503
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11501

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

.membership_upsertedObject



11489
11490
11491
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11489

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

.membership_upserted_v2Object



11497
11498
11499
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11497

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

.notification_deletedObject



11469
11470
11471
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11469

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

.notification_upsertedObject



11465
11466
11467
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11465

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

.online_authorization_upserted_v2Object



11541
11542
11543
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11541

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

.order_deletedObject



11313
11314
11315
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11313

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

.order_deleted_v2Object



11321
11322
11323
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11321

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

.order_identifier_deletedObject



11329
11330
11331
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11329

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

.order_identifier_deleted_v2Object



11337
11338
11339
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11337

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

.order_identifier_upsertedObject



11333
11334
11335
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11333

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

.order_identifier_upserted_v2Object



11341
11342
11343
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11341

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

.order_upsertedObject



11317
11318
11319
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11317

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

.order_upserted_v2Object



11325
11326
11327
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11325

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

.organization_countries_publishedObject



11637
11638
11639
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11637

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

.organization_deletedObject



11509
11510
11511
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11509

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

.organization_deleted_v2Object



11517
11518
11519
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11517

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

.organization_ratecard_transit_windows_publishedObject



11641
11642
11643
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11641

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

.organization_rates_publishedObject



11633
11634
11635
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11633

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

.organization_short_id_deletedObject



11525
11526
11527
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11525

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

.organization_short_id_upsertedObject



11521
11522
11523
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11521

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

.organization_upsertedObject



11505
11506
11507
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11505

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

.organization_upserted_v2Object



11513
11514
11515
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11513

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

.payment_deletedObject



11565
11566
11567
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11565

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

.payment_upsertedObject



11561
11562
11563
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11561

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

.price_book_deletedObject



11621
11622
11623
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11621

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

.price_book_item_deletedObject



11629
11630
11631
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11629

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

.price_book_item_upsertedObject



11625
11626
11627
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11625

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

.price_book_upsertedObject



11617
11618
11619
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11617

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

.pricing_deletedObject



11345
11346
11347
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11345

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

.pricing_upsertedObject



11349
11350
11351
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11349

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

.rate_deletedObject



11217
11218
11219
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11217

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

.rate_upsertedObject



11221
11222
11223
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11221

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

.refund_capture_upserted_v2Object



11573
11574
11575
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11573

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

.refund_identifier_deletedObject



11597
11598
11599
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11597

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

.refund_identifier_upsertedObject



11593
11594
11595
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11593

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

.refund_upserted_v2Object



11569
11570
11571
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11569

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

.return_deletedObject



11649
11650
11651
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11649

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

.return_upsertedObject



11645
11646
11647
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11645

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

.reversal_deletedObject



11581
11582
11583
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11581

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

.reversal_upsertedObject



11577
11578
11579
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11577

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

.rule_deletedObject



11441
11442
11443
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11441

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

.rule_upsertedObject



11437
11438
11439
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11437

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

.serial_deletedObject



11449
11450
11451
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11449

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

.serial_upsertedObject



11445
11446
11447
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11445

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

.shipping_configuration_deletedObject



11377
11378
11379
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11377

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

.shipping_configuration_upsertedObject



11373
11374
11375
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11373

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

.shipping_lane_deletedObject



11393
11394
11395
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11393

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

.shipping_lane_upsertedObject



11389
11390
11391
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11389

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

.snapshot_deletedObject



11457
11458
11459
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11457

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

.snapshot_upsertedObject



11453
11454
11455
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11453

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

.subcatalog_deletedObject



11177
11178
11179
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11177

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

.subcatalog_item_deletedObject



11193
11194
11195
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11193

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

.subcatalog_item_upsertedObject



11189
11190
11191
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11189

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

.subcatalog_upsertedObject



11173
11174
11175
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11173

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

.targeting_item_deletedObject



11657
11658
11659
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11657

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

.targeting_item_deleted_v2Object



11661
11662
11663
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11661

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

.targeting_item_upsertedObject



11653
11654
11655
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11653

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

.tier_deletedObject



11361
11362
11363
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11361

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

.tier_deleted_v2Object



11385
11386
11387
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11385

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

.tier_upsertedObject



11357
11358
11359
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11357

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

.tier_upserted_v2Object



11381
11382
11383
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11381

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

.tracking_label_event_upsertedObject



11665
11666
11667
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11665

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

.virtual_card_capture_deletedObject



11605
11606
11607
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11605

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

.virtual_card_capture_upsertedObject



11601
11602
11603
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11601

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

.virtual_card_refund_deletedObject



11613
11614
11615
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11613

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

.virtual_card_refund_upsertedObject



11609
11610
11611
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11609

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

Instance Method Details

#to_hashObject



11669
11670
11671
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 11669

def to_hash
  value
end