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.



9346
9347
9348
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9346

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

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



9344
9345
9346
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9344

def value
  @value
end

Class Method Details

.ALLObject



9366
9367
9368
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9366

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.crossdock_shipment_upserted, EventType.rate_deleted, EventType.rate_upserted, EventType.available_promotions_upserted, EventType.available_promotions_deleted, EventType.allocation_deleted_v2, EventType.allocation_upserted_v2, EventType.currency_format_deleted, EventType.currency_format_upserted, EventType.experience_deleted, EventType.experience_upserted, EventType.experience_price_book_mapping_deleted, EventType.experience_price_book_mapping_upserted, 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_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.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.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.organization_upserted, EventType.organization_deleted, EventType.authorization_upserted, EventType.authorization_deleted, EventType.authorization_deleted_v2, EventType.authorization_status_changed, EventType.card_authorization_upserted, EventType.card_authorization_upserted_v2, EventType.online_authorization_upserted, EventType.online_authorization_upserted_v2, EventType.capture_upserted, EventType.capture_upserted_v2, EventType.card_upserted, EventType.card_upserted_v2, EventType.card_deleted, EventType.payment_upserted, EventType.payment_deleted, EventType.refund_upserted, EventType.refund_upserted_v2, EventType.refund_capture_upserted_v2, EventType.reversal_upserted, 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.tracking_label_event_upserted]
end

.allocation_deleted_v2Object



9438
9439
9440
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9438

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

.allocation_upserted_v2Object



9442
9443
9444
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9442

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



9351
9352
9353
9354
9355
9356
9357
9358
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9351

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



9374
9375
9376
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9374

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

.attribute_deleted_v2Object



9382
9383
9384
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9382

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

.attribute_upsertedObject



9370
9371
9372
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9370

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

.attribute_upserted_v2Object



9378
9379
9380
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9378

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

.authorization_deletedObject



9650
9651
9652
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9650

def EventType.authorization_deleted
  @@_authorization_deleted ||= EventType.new('authorization_deleted')
end

.authorization_deleted_v2Object



9654
9655
9656
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9654

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

.authorization_status_changedObject



9658
9659
9660
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9658

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

.authorization_upsertedObject



9646
9647
9648
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9646

def EventType.authorization_upserted
  @@_authorization_upserted ||= EventType.new('authorization_upserted')
end

.available_promotions_deletedObject



9434
9435
9436
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9434

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

.available_promotions_upsertedObject



9430
9431
9432
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9430

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

.capture_upsertedObject



9678
9679
9680
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9678

def EventType.capture_upserted
  @@_capture_upserted ||= EventType.new('capture_upserted')
end

.capture_upserted_v2Object



9682
9683
9684
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9682

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

.card_authorization_upsertedObject



9662
9663
9664
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9662

def EventType.card_authorization_upserted
  @@_card_authorization_upserted ||= EventType.new('card_authorization_upserted')
end

.card_authorization_upserted_v2Object



9666
9667
9668
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9666

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

.card_deletedObject



9694
9695
9696
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9694

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

.card_upsertedObject



9686
9687
9688
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9686

def EventType.card_upserted
  @@_card_upserted ||= EventType.new('card_upserted')
end

.card_upserted_v2Object



9690
9691
9692
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9690

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

.catalog_deletedObject



9390
9391
9392
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9390

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

.catalog_item_deletedObject



9406
9407
9408
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9406

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

.catalog_item_upsertedObject



9402
9403
9404
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9402

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

.catalog_upsertedObject



9386
9387
9388
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9386

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

.crossdock_shipment_upsertedObject



9418
9419
9420
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9418

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

.currency_format_deletedObject



9446
9447
9448
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9446

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

.currency_format_upsertedObject



9450
9451
9452
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9450

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

.delivery_option_deletedObject



9542
9543
9544
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9542

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

.delivery_option_upsertedObject



9538
9539
9540
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9538

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

.experience_deletedObject



9454
9455
9456
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9454

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

.experience_price_book_mapping_deletedObject



9462
9463
9464
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9462

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



9466
9467
9468
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9466

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

.experience_upsertedObject



9458
9459
9460
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9458

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

.fraud_status_changedObject



9526
9527
9528
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9526

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



9361
9362
9363
9364
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9361

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

.fully_harmonized_item_upsertedObject



9582
9583
9584
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9582

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

.harmonized_item_deletedObject



9574
9575
9576
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9574

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

.harmonized_item_upsertedObject



9570
9571
9572
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9570

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

.harmonized_landed_cost_upsertedObject



9578
9579
9580
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9578

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

.hs10_code_deletedObject



9558
9559
9560
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9558

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

.hs10_code_upsertedObject



9554
9555
9556
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9554

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

.hs6_code_deletedObject



9550
9551
9552
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9550

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

.hs6_code_upsertedObject



9546
9547
9548
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9546

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

.item_margin_deletedObject



9470
9471
9472
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9470

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

.item_margin_upsertedObject



9474
9475
9476
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9474

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

.item_origin_deletedObject



9566
9567
9568
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9566

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

.item_origin_upsertedObject



9562
9563
9564
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9562

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

.item_sales_margin_deletedObject



9478
9479
9480
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9478

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

.item_sales_margin_upsertedObject



9482
9483
9484
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9482

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

.label_format_deletedObject



9486
9487
9488
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9486

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

.label_format_upsertedObject



9490
9491
9492
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9490

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

.label_upsertedObject



9602
9603
9604
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9602

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

.local_item_deletedObject



9626
9627
9628
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9626

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

.local_item_upsertedObject



9622
9623
9624
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9622

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

.manifested_label_deletedObject



9618
9619
9620
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9618

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

.manifested_label_upsertedObject



9614
9615
9616
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9614

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

.membership_deletedObject



9634
9635
9636
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9634

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

.membership_upsertedObject



9630
9631
9632
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9630

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

.notification_deletedObject



9610
9611
9612
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9610

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

.notification_upsertedObject



9606
9607
9608
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9606

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

.online_authorization_upsertedObject



9670
9671
9672
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9670

def EventType.online_authorization_upserted
  @@_online_authorization_upserted ||= EventType.new('online_authorization_upserted')
end

.online_authorization_upserted_v2Object



9674
9675
9676
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9674

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

.order_deletedObject



9494
9495
9496
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9494

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

.order_identifier_deletedObject



9502
9503
9504
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9502

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

.order_identifier_deleted_v2Object



9510
9511
9512
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9510

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

.order_identifier_upsertedObject



9506
9507
9508
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9506

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

.order_identifier_upserted_v2Object



9514
9515
9516
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9514

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

.order_upsertedObject



9498
9499
9500
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9498

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

.organization_countries_publishedObject



9742
9743
9744
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9742

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

.organization_deletedObject



9642
9643
9644
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9642

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

.organization_ratecard_transit_windows_publishedObject



9746
9747
9748
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9746

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

.organization_rates_publishedObject



9738
9739
9740
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9738

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

.organization_upsertedObject



9638
9639
9640
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9638

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

.payment_deletedObject



9702
9703
9704
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9702

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

.payment_upsertedObject



9698
9699
9700
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9698

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

.price_book_deletedObject



9726
9727
9728
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9726

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

.price_book_item_deletedObject



9734
9735
9736
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9734

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

.price_book_item_upsertedObject



9730
9731
9732
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9730

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

.price_book_upsertedObject



9722
9723
9724
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9722

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

.pricing_deletedObject



9518
9519
9520
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9518

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

.pricing_upsertedObject



9522
9523
9524
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9522

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

.rate_deletedObject



9422
9423
9424
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9422

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

.rate_upsertedObject



9426
9427
9428
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9426

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

.refund_capture_upserted_v2Object



9714
9715
9716
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9714

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

.refund_upsertedObject



9706
9707
9708
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9706

def EventType.refund_upserted
  @@_refund_upserted ||= EventType.new('refund_upserted')
end

.refund_upserted_v2Object



9710
9711
9712
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9710

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

.return_deletedObject



9754
9755
9756
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9754

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

.return_upsertedObject



9750
9751
9752
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9750

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

.reversal_upsertedObject



9718
9719
9720
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9718

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

.rule_deletedObject



9590
9591
9592
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9590

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

.rule_upsertedObject



9586
9587
9588
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9586

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

.snapshot_deletedObject



9598
9599
9600
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9598

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

.snapshot_upsertedObject



9594
9595
9596
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9594

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

.subcatalog_deletedObject



9398
9399
9400
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9398

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

.subcatalog_item_deletedObject



9414
9415
9416
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9414

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

.subcatalog_item_upsertedObject



9410
9411
9412
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9410

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

.subcatalog_upsertedObject



9394
9395
9396
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9394

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

.targeting_item_deletedObject



9762
9763
9764
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9762

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

.targeting_item_upsertedObject



9758
9759
9760
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9758

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

.tier_deletedObject



9534
9535
9536
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9534

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

.tier_upsertedObject



9530
9531
9532
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9530

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

.tracking_label_event_upsertedObject



9766
9767
9768
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9766

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

Instance Method Details

#to_hashObject



9770
9771
9772
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9770

def to_hash
  value
end