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.



12280
12281
12282
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12280

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

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



12278
12279
12280
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12278

def value
  @value
end

Class Method Details

.ALLObject



12300
12301
12302
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12300

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.consumer_invoice_upserted, EventType.consumer_invoice_deleted, EventType.credit_memo_upserted, EventType.credit_memo_deleted, EventType.crossdock_shipment_upserted, EventType.rate_deleted, EventType.rate_upserted, EventType.available_promotions_upserted, EventType.available_promotions_deleted, EventType.available_promotions_upserted_v2, EventType.available_promotions_deleted_v2, EventType.allocation_deleted_v2, EventType.allocation_upserted_v2, EventType.currency_format_deleted, EventType.currency_format_upserted, EventType.experience_deleted, EventType.experience_upserted, EventType.experience_deleted_v2, EventType.experience_upserted_v2, EventType.experience_price_book_mapping_deleted, EventType.experience_price_book_mapping_upserted, EventType.experience_logistics_settings_upserted, EventType.experience_logistics_settings_deleted, EventType.item_margin_deleted, EventType.item_margin_upserted, EventType.item_sales_margin_deleted, EventType.item_sales_margin_upserted, EventType.label_format_deleted, EventType.label_format_upserted, EventType.order_deleted, EventType.order_upserted, EventType.order_deleted_v2, EventType.order_upserted_v2, EventType.order_identifier_deleted, EventType.order_identifier_upserted, EventType.order_identifier_deleted_v2, EventType.order_identifier_upserted_v2, EventType.pricing_deleted, EventType.pricing_upserted, EventType.fraud_status_changed, EventType.center_upserted, EventType.center_deleted, EventType.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.shipping_configuration_item_availability_upserted, EventType.shipping_configuration_item_availability_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.checkout_optin_responses_upserted, EventType.checkout_optin_responses_deleted, EventType.browse_optin_responses_upserted, EventType.browse_optin_responses_deleted, EventType.order_placed, 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.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.organization_countries_published, EventType.return_upserted, EventType.return_deleted, EventType.shopify_localization_setting_upserted, EventType.shopify_localization_setting_deleted, EventType.targeting_item_upserted, EventType.targeting_item_upserted_v2, EventType.targeting_item_deleted, EventType.targeting_item_deleted_v3, EventType.tracking_label_event_upserted]
end

.allocation_deleted_v2Object



12412
12413
12414
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12412

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

.allocation_upserted_v2Object



12416
12417
12418
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12416

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



12285
12286
12287
12288
12289
12290
12291
12292
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12285

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



12308
12309
12310
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12308

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

.attribute_deleted_v2Object



12316
12317
12318
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12316

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

.attribute_upsertedObject



12304
12305
12306
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12304

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

.attribute_upserted_v2Object



12312
12313
12314
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12312

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

.authorization_deleted_v2Object



12724
12725
12726
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12724

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

.authorization_status_changedObject



12728
12729
12730
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12728

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

.available_promotions_deletedObject



12400
12401
12402
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12400

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

.available_promotions_deleted_v2Object



12408
12409
12410
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12408

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

.available_promotions_upsertedObject



12396
12397
12398
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12396

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

.available_promotions_upserted_v2Object



12404
12405
12406
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12404

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

.b2b_invoice_deletedObject



12364
12365
12366
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12364

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

.b2b_invoice_upsertedObject



12360
12361
12362
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12360

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

.browse_optin_responses_deletedObject



12680
12681
12682
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12680

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

.browse_optin_responses_upsertedObject



12676
12677
12678
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12676

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

.capture_deletedObject



12752
12753
12754
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12752

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

.capture_identifier_deletedObject



12796
12797
12798
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12796

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

.capture_identifier_upsertedObject



12792
12793
12794
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12792

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

.capture_upserted_v2Object



12748
12749
12750
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12748

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

.card_authorization_deleted_v2Object



12736
12737
12738
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12736

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

.card_authorization_upserted_v2Object



12732
12733
12734
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12732

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

.card_deletedObject



12760
12761
12762
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12760

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

.card_upserted_v2Object



12756
12757
12758
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12756

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

.catalog_deletedObject



12324
12325
12326
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12324

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

.catalog_item_deletedObject



12340
12341
12342
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12340

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

.catalog_item_deleted_v2Object



12348
12349
12350
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12348

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

.catalog_item_upsertedObject



12336
12337
12338
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12336

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

.catalog_item_upserted_v2Object



12344
12345
12346
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12344

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

.catalog_upsertedObject



12320
12321
12322
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12320

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

.center_deletedObject



12532
12533
12534
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12532

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

.center_upsertedObject



12528
12529
12530
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12528

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

.checkout_optin_responses_deletedObject



12672
12673
12674
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12672

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

.checkout_optin_responses_upsertedObject



12668
12669
12670
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12668

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

.consumer_invoice_deletedObject



12372
12373
12374
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12372

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

.consumer_invoice_upsertedObject



12368
12369
12370
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12368

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

.credit_memo_deletedObject



12380
12381
12382
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12380

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

.credit_memo_upsertedObject



12376
12377
12378
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12376

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

.crossdock_shipment_upsertedObject



12384
12385
12386
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12384

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

.currency_format_deletedObject



12420
12421
12422
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12420

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

.currency_format_upsertedObject



12424
12425
12426
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12424

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

.delivery_option_deletedObject



12540
12541
12542
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12540

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

.delivery_option_upsertedObject



12536
12537
12538
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12536

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

.experience_deletedObject



12428
12429
12430
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12428

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

.experience_deleted_v2Object



12436
12437
12438
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12436

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

.experience_logistics_settings_deletedObject



12456
12457
12458
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12456

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

.experience_logistics_settings_upsertedObject



12452
12453
12454
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12452

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

.experience_price_book_mapping_deletedObject



12444
12445
12446
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12444

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



12448
12449
12450
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12448

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

.experience_upsertedObject



12432
12433
12434
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12432

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

.experience_upserted_v2Object



12440
12441
12442
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12440

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

.fraud_status_changedObject



12524
12525
12526
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12524

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



12295
12296
12297
12298
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12295

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

.fully_harmonized_item_upsertedObject



12612
12613
12614
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12612

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

.harmonized_item_deletedObject



12604
12605
12606
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12604

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

.harmonized_item_upsertedObject



12600
12601
12602
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12600

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

.harmonized_landed_cost_upsertedObject



12608
12609
12610
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12608

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

.hs10_code_deletedObject



12588
12589
12590
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12588

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

.hs10_code_upsertedObject



12584
12585
12586
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12584

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

.hs6_code_deletedObject



12580
12581
12582
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12580

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

.hs6_code_upsertedObject



12576
12577
12578
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12576

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

.item_margin_deletedObject



12460
12461
12462
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12460

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

.item_margin_upsertedObject



12464
12465
12466
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12464

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

.item_origin_deletedObject



12596
12597
12598
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12596

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

.item_origin_upsertedObject



12592
12593
12594
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12592

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

.item_sales_margin_deletedObject



12468
12469
12470
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12468

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

.item_sales_margin_upsertedObject



12472
12473
12474
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12472

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

.label_format_deletedObject



12476
12477
12478
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12476

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

.label_format_upsertedObject



12480
12481
12482
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12480

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

.label_upsertedObject



12640
12641
12642
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12640

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

.local_item_deletedObject



12664
12665
12666
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12664

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

.local_item_upsertedObject



12660
12661
12662
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12660

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

.manifested_label_deletedObject



12656
12657
12658
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12656

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

.manifested_label_upsertedObject



12652
12653
12654
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12652

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

.membership_deleted_v2Object



12696
12697
12698
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12696

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

.membership_upserted_v2Object



12692
12693
12694
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12692

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

.notification_deletedObject



12648
12649
12650
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12648

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

.notification_upsertedObject



12644
12645
12646
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12644

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

.online_authorization_deleted_v2Object



12744
12745
12746
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12744

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

.online_authorization_upserted_v2Object



12740
12741
12742
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12740

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

.order_deletedObject



12484
12485
12486
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12484

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

.order_deleted_v2Object



12492
12493
12494
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12492

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

.order_identifier_deletedObject



12500
12501
12502
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12500

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

.order_identifier_deleted_v2Object



12508
12509
12510
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12508

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

.order_identifier_upsertedObject



12504
12505
12506
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12504

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

.order_identifier_upserted_v2Object



12512
12513
12514
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12512

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

.order_placedObject



12684
12685
12686
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12684

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

.order_upsertedObject



12488
12489
12490
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12488

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

.order_upserted_v2Object



12496
12497
12498
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12496

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

.organization_countries_publishedObject



12844
12845
12846
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12844

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

.organization_deletedObject



12704
12705
12706
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12704

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

.organization_deleted_v2Object



12712
12713
12714
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12712

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

.organization_rates_publishedObject



12840
12841
12842
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12840

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

.organization_short_id_deletedObject



12720
12721
12722
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12720

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

.organization_short_id_upsertedObject



12716
12717
12718
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12716

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

.organization_upsertedObject



12700
12701
12702
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12700

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

.organization_upserted_v2Object



12708
12709
12710
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12708

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

.payment_deletedObject



12768
12769
12770
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12768

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

.payment_upsertedObject



12764
12765
12766
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12764

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

.price_book_deletedObject



12828
12829
12830
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12828

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

.price_book_item_deletedObject



12836
12837
12838
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12836

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

.price_book_item_upsertedObject



12832
12833
12834
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12832

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

.price_book_upsertedObject



12824
12825
12826
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12824

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

.pricing_deletedObject



12516
12517
12518
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12516

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

.pricing_upsertedObject



12520
12521
12522
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12520

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

.rate_deletedObject



12388
12389
12390
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12388

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

.rate_upsertedObject



12392
12393
12394
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12392

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

.ready_to_fulfillObject



12688
12689
12690
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12688

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

.refund_capture_upserted_v2Object



12780
12781
12782
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12780

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

.refund_deleted_v2Object



12776
12777
12778
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12776

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

.refund_identifier_deletedObject



12804
12805
12806
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12804

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

.refund_identifier_upsertedObject



12800
12801
12802
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12800

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

.refund_upserted_v2Object



12772
12773
12774
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12772

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

.return_deletedObject



12852
12853
12854
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12852

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

.return_upsertedObject



12848
12849
12850
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12848

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

.reversal_deletedObject



12788
12789
12790
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12788

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

.reversal_upsertedObject



12784
12785
12786
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12784

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

.rule_deletedObject



12620
12621
12622
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12620

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

.rule_upsertedObject



12616
12617
12618
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12616

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

.serial_deletedObject



12628
12629
12630
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12628

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

.serial_upsertedObject



12624
12625
12626
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12624

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

.shipping_configuration_deletedObject



12548
12549
12550
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12548

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

.shipping_configuration_item_availability_deletedObject



12572
12573
12574
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12572

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



12568
12569
12570
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12568

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

.shipping_configuration_upsertedObject



12544
12545
12546
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12544

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

.shipping_lane_deletedObject



12564
12565
12566
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12564

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

.shipping_lane_upsertedObject



12560
12561
12562
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12560

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

.shopify_localization_setting_deletedObject



12860
12861
12862
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12860

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

.shopify_localization_setting_upsertedObject



12856
12857
12858
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12856

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

.snapshot_deletedObject



12636
12637
12638
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12636

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

.snapshot_upsertedObject



12632
12633
12634
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12632

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

.subcatalog_deletedObject



12332
12333
12334
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12332

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

.subcatalog_item_deletedObject



12356
12357
12358
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12356

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

.subcatalog_item_upsertedObject



12352
12353
12354
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12352

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

.subcatalog_upsertedObject



12328
12329
12330
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12328

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

.targeting_item_deletedObject



12872
12873
12874
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12872

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

.targeting_item_deleted_v3Object



12876
12877
12878
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12876

def EventType.targeting_item_deleted_v3
  @@_targeting_item_deleted_v3 ||= EventType.new('targeting_item_deleted_v3')
end

.targeting_item_upsertedObject



12864
12865
12866
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12864

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

.targeting_item_upserted_v2Object



12868
12869
12870
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12868

def EventType.targeting_item_upserted_v2
  @@_targeting_item_upserted_v2 ||= EventType.new('targeting_item_upserted_v2')
end

.tier_deleted_v2Object



12556
12557
12558
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12556

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

.tier_upserted_v2Object



12552
12553
12554
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12552

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

.tracking_label_event_upsertedObject



12880
12881
12882
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12880

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

.virtual_card_capture_deletedObject



12812
12813
12814
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12812

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

.virtual_card_capture_upsertedObject



12808
12809
12810
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12808

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

.virtual_card_refund_deletedObject



12820
12821
12822
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12820

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

.virtual_card_refund_upsertedObject



12816
12817
12818
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12816

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

Instance Method Details

#to_hashObject



12884
12885
12886
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 12884

def to_hash
  value
end