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.



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

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

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



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

def value
  @value
end

Class Method Details

.ALLObject



9779
9780
9781
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9779

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.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.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



9851
9852
9853
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9851

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

.allocation_upserted_v2Object



9855
9856
9857
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9855

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



9764
9765
9766
9767
9768
9769
9770
9771
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9764

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



9787
9788
9789
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9787

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

.attribute_deleted_v2Object



9795
9796
9797
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9795

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

.attribute_upsertedObject



9783
9784
9785
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9783

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

.attribute_upserted_v2Object



9791
9792
9793
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9791

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

.authorization_deletedObject



10071
10072
10073
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10071

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

.authorization_deleted_v2Object



10075
10076
10077
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10075

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

.authorization_status_changedObject



10079
10080
10081
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10079

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

.authorization_upsertedObject



10067
10068
10069
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10067

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

.available_promotions_deletedObject



9847
9848
9849
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9847

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

.available_promotions_upsertedObject



9843
9844
9845
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9843

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

.capture_upsertedObject



10099
10100
10101
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10099

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

.capture_upserted_v2Object



10103
10104
10105
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10103

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

.card_authorization_upsertedObject



10083
10084
10085
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10083

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

.card_authorization_upserted_v2Object



10087
10088
10089
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10087

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

.card_deletedObject



10115
10116
10117
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10115

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

.card_upsertedObject



10107
10108
10109
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10107

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

.card_upserted_v2Object



10111
10112
10113
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10111

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

.catalog_deletedObject



9803
9804
9805
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9803

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

.catalog_item_deletedObject



9819
9820
9821
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9819

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

.catalog_item_upsertedObject



9815
9816
9817
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9815

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

.catalog_upsertedObject



9799
9800
9801
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9799

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

.crossdock_shipment_upsertedObject



9831
9832
9833
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9831

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

.currency_format_deletedObject



9859
9860
9861
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9859

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

.currency_format_upsertedObject



9863
9864
9865
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9863

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

.delivery_option_deletedObject



9955
9956
9957
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9955

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

.delivery_option_upsertedObject



9951
9952
9953
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9951

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

.experience_deletedObject



9867
9868
9869
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9867

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

.experience_price_book_mapping_deletedObject



9875
9876
9877
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9875

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



9879
9880
9881
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9879

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

.experience_upsertedObject



9871
9872
9873
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9871

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

.fraud_status_changedObject



9939
9940
9941
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9939

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



9774
9775
9776
9777
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9774

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

.fully_harmonized_item_upsertedObject



9995
9996
9997
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9995

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

.harmonized_item_deletedObject



9987
9988
9989
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9987

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

.harmonized_item_upsertedObject



9983
9984
9985
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9983

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

.harmonized_landed_cost_upsertedObject



9991
9992
9993
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9991

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

.hs10_code_deletedObject



9971
9972
9973
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9971

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

.hs10_code_upsertedObject



9967
9968
9969
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9967

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

.hs6_code_deletedObject



9963
9964
9965
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9963

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

.hs6_code_upsertedObject



9959
9960
9961
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9959

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

.item_margin_deletedObject



9883
9884
9885
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9883

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

.item_margin_upsertedObject



9887
9888
9889
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9887

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

.item_origin_deletedObject



9979
9980
9981
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9979

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

.item_origin_upsertedObject



9975
9976
9977
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9975

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

.item_sales_margin_deletedObject



9891
9892
9893
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9891

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

.item_sales_margin_upsertedObject



9895
9896
9897
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9895

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

.label_format_deletedObject



9899
9900
9901
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9899

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

.label_format_upsertedObject



9903
9904
9905
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9903

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

.label_upsertedObject



10023
10024
10025
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10023

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

.local_item_deletedObject



10047
10048
10049
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10047

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

.local_item_upsertedObject



10043
10044
10045
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10043

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

.manifested_label_deletedObject



10039
10040
10041
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10039

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

.manifested_label_upsertedObject



10035
10036
10037
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10035

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

.membership_deletedObject



10055
10056
10057
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10055

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

.membership_upsertedObject



10051
10052
10053
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10051

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

.notification_deletedObject



10031
10032
10033
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10031

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

.notification_upsertedObject



10027
10028
10029
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10027

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

.online_authorization_upsertedObject



10091
10092
10093
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10091

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

.online_authorization_upserted_v2Object



10095
10096
10097
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10095

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

.order_deletedObject



9907
9908
9909
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9907

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

.order_identifier_deletedObject



9915
9916
9917
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9915

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

.order_identifier_deleted_v2Object



9923
9924
9925
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9923

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

.order_identifier_upsertedObject



9919
9920
9921
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9919

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

.order_identifier_upserted_v2Object



9927
9928
9929
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9927

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

.order_upsertedObject



9911
9912
9913
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9911

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

.organization_countries_publishedObject



10163
10164
10165
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10163

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

.organization_deletedObject



10063
10064
10065
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10063

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

.organization_ratecard_transit_windows_publishedObject



10167
10168
10169
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10167

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

.organization_rates_publishedObject



10159
10160
10161
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10159

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

.organization_upsertedObject



10059
10060
10061
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10059

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

.payment_deletedObject



10123
10124
10125
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10123

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

.payment_upsertedObject



10119
10120
10121
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10119

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

.price_book_deletedObject



10147
10148
10149
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10147

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

.price_book_item_deletedObject



10155
10156
10157
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10155

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

.price_book_item_upsertedObject



10151
10152
10153
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10151

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

.price_book_upsertedObject



10143
10144
10145
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10143

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

.pricing_deletedObject



9931
9932
9933
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9931

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

.pricing_upsertedObject



9935
9936
9937
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9935

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

.rate_deletedObject



9835
9836
9837
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9835

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

.rate_upsertedObject



9839
9840
9841
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9839

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

.refund_capture_upserted_v2Object



10135
10136
10137
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10135

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

.refund_upsertedObject



10127
10128
10129
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10127

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

.refund_upserted_v2Object



10131
10132
10133
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10131

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

.return_deletedObject



10175
10176
10177
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10175

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

.return_upsertedObject



10171
10172
10173
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10171

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

.reversal_upsertedObject



10139
10140
10141
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10139

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

.rule_deletedObject



10003
10004
10005
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10003

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

.rule_upsertedObject



9999
10000
10001
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9999

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

.serial_deletedObject



10011
10012
10013
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10011

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

.serial_upsertedObject



10007
10008
10009
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10007

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

.snapshot_deletedObject



10019
10020
10021
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10019

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

.snapshot_upsertedObject



10015
10016
10017
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10015

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

.subcatalog_deletedObject



9811
9812
9813
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9811

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

.subcatalog_item_deletedObject



9827
9828
9829
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9827

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

.subcatalog_item_upsertedObject



9823
9824
9825
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9823

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

.subcatalog_upsertedObject



9807
9808
9809
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9807

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

.targeting_item_deletedObject



10183
10184
10185
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10183

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

.targeting_item_upsertedObject



10179
10180
10181
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10179

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

.tier_deletedObject



9947
9948
9949
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9947

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

.tier_upsertedObject



9943
9944
9945
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9943

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

.tracking_label_event_upsertedObject



10187
10188
10189
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10187

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

Instance Method Details

#to_hashObject



10191
10192
10193
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 10191

def to_hash
  value
end