squareup/models/enums/
mod.rs1mod ach_details_account_type;
4mod application_details_external_square_product;
5mod archived_state;
6mod bank_account_payment_details_account_ownership_type;
7mod bank_account_payment_details_transfer_type;
8mod booking_booking_source;
9mod booking_creator_details_creator_type;
10mod booking_status;
11mod booking_webhook_event_type;
12mod business_appointment_settings_alignment_time;
13mod business_appointment_settings_booking_location_type;
14mod business_appointment_settings_cancellation_policy;
15mod business_appointment_settings_max_appointments_per_day_limit_type;
16mod business_booking_profile_booking_policy;
17mod business_booking_profile_customer_timezone_choice;
18mod card_brand;
19mod card_co_brand;
20mod card_payment_details_avs_status;
21mod card_payment_details_cvv_status;
22mod card_payment_details_entry_method;
23mod card_payment_details_status;
24mod card_payment_details_verification_method;
25mod card_payment_details_verification_result;
26mod card_prepaid_type;
27mod card_square_product;
28mod card_type;
29mod card_webhook_event_type;
30mod catalog_category_type;
31mod catalog_custom_attribute_definition_app_visibility;
32mod catalog_custom_attribute_definition_seller_visibility;
33mod catalog_custom_attribute_definition_type;
34mod catalog_discount_modify_tax_basis;
35mod catalog_discount_type;
36mod catalog_item_food_and_beverage_details_dietary_preference_standard_dietary_preference;
37mod catalog_item_food_and_beverage_details_dietary_preference_type;
38mod catalog_item_food_and_beverage_details_ingredient_standard_ingredient;
39mod catalog_item_product_type;
40mod catalog_modifier_list_modifier_type;
41mod catalog_modifier_list_selection_type;
42mod catalog_object_type;
43mod catalog_pricing_type;
44mod catalog_quick_amount_type;
45mod catalog_quick_amounts_settings_option;
46mod catalog_webhook_event_type;
47mod change_timing;
48mod checkout_location_settings_branding_button_shape;
49mod checkout_location_settings_branding_header_type;
50mod country;
51mod currency;
52mod custom_attribute_definition_visibility;
53mod customer_creation_source;
54mod customer_inclusion_exclusion;
55mod customer_webhook_event_type;
56mod day_of_week;
57mod delay_action;
58mod destination_details_external_refund_details_type;
59mod destination_type;
60mod digital_wallet_brand;
61mod error_category;
62mod error_code;
63mod exclude_strategy;
64mod external_payment_type;
65mod gift_card_activity_redeem_status;
66mod gift_card_activity_type;
67mod gift_card_activity_webhook_event_type;
68mod gift_card_gan_source;
69mod gift_card_status;
70mod gift_card_type;
71mod gift_card_webhook_event_type;
72mod grant_type;
73mod inventory_alert_type;
74mod inventory_change_type;
75mod inventory_state;
76mod inventory_webhook_event_type;
77mod invoice_automatic_payment_source;
78mod invoice_custom_field_placement;
79mod invoice_delivery_method;
80mod invoice_payment_reminder_status;
81mod invoice_request_method;
82mod invoice_request_type;
83mod invoice_sort_field;
84mod invoice_status;
85mod invoice_webhook_event_type;
86mod job_assignment_pay_type;
87mod language;
88mod locale;
89mod location_capability;
90mod location_status;
91mod location_type;
92mod location_webhook_event_type;
93mod measurement_unit_area;
94mod measurement_unit_generic;
95mod measurement_unit_length;
96mod measurement_unit_time;
97mod measurement_unit_unit_type;
98mod measurement_unit_volume;
99mod measurement_unit_weight;
100mod oauth_authorization_revoked_event_revoker_type;
101mod oauth_permission;
102mod oauth_webhook_event_type;
103mod online_checkout_location_settings_event_type;
104mod online_checkout_merchant_settings_event_type;
105mod order_event_data;
106mod order_fulfillment_delivery_details_schedule_type;
107mod order_fulfillment_fulfillment_line_item_application;
108mod order_fulfillment_pickup_details_schedule_type;
109mod order_fulfillment_state;
110mod order_fulfillment_type;
111mod order_line_item_discount_scope;
112mod order_line_item_discount_type;
113mod order_line_item_item_type;
114mod order_line_item_tax_scope;
115mod order_line_item_tax_type;
116mod order_service_charge_calculation_phase;
117mod order_service_charge_scope;
118mod order_service_charge_treatment_type;
119mod order_service_charge_type;
120mod order_state;
121mod order_webhook_event_type;
122mod payment_capability;
123mod payment_delay_action;
124mod payment_event_payment_event_type;
125mod payment_refund_status;
126mod payment_sort_field;
127mod payment_source_type;
128mod payment_status;
129mod processing_fee_type;
130mod product;
131mod refund_status;
132mod refund_webhook_event_type;
133mod register_domain_response_status;
134mod risk_evaluation_risk_level;
135mod search_catalog_items_request_stock_level;
136mod search_orders_sort_field;
137mod sort_customers_field;
138mod sort_order;
139mod subscription_action_type;
140mod subscription_cadence;
141mod subscription_event_info_code;
142mod subscription_event_subscription_event_type;
143mod subscription_pricing_type;
144mod subscription_status;
145mod subscription_webhook_event_type;
146mod tax_calculation_phase;
147mod tax_inclusion_type;
148mod team_member_assigned_locations_assignment_type;
149mod team_member_status;
150mod team_member_webhook_event_type;
151mod tender_bank_account_details_status;
152mod tender_buy_now_pay_later_details_brand;
153mod tender_buy_now_pay_later_details_status;
154mod tender_card_details_entry_method;
155mod tender_card_details_status;
156mod tender_square_account_details_status;
157mod tender_type;
158mod timezone;
159mod transaction_product;
160mod webhook_event_types;
161
162pub use ach_details_account_type::AchDetailsAccountType;
163pub use application_details_external_square_product::ApplicationDetailsExternalSquareProduct;
164pub use archived_state::ArchivedState;
165pub use bank_account_payment_details_account_ownership_type::BankAccountPaymentDetailsAccountOwnershipType;
166pub use bank_account_payment_details_transfer_type::BankAccountPaymentDetailsTransferType;
167pub use booking_booking_source::BookingBookingSource;
168pub use booking_creator_details_creator_type::BookingCreatorDetailsCreatorType;
169pub use booking_status::BookingStatus;
170pub use booking_webhook_event_type::BookingWebhookEventType;
171pub use business_appointment_settings_alignment_time::BusinessAppointmentSettingsAlignmentTime;
172pub use business_appointment_settings_booking_location_type::BusinessAppointmentSettingsBookingLocationType;
173pub use business_appointment_settings_cancellation_policy::BusinessAppointmentSettingsCancellationPolicy;
174pub use business_appointment_settings_max_appointments_per_day_limit_type::BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType;
175pub use business_booking_profile_booking_policy::BusinessBookingProfileBookingPolicy;
176pub use business_booking_profile_customer_timezone_choice::BusinessBookingProfileCustomerTimezoneChoice;
177pub use card_brand::CardBrand;
178pub use card_co_brand::CardCoBrand;
179pub use card_payment_details_avs_status::CardPaymentDetailsAvsStatus;
180pub use card_payment_details_cvv_status::CardPaymentDetailsCvvStatus;
181pub use card_payment_details_entry_method::CardPaymentDetailsEntryMethod;
182pub use card_payment_details_status::CardPaymentDetailsStatus;
183pub use card_payment_details_verification_method::CardPaymentDetailsVerificationMethod;
184pub use card_payment_details_verification_result::CardPaymentDetailsVerificationResult;
185pub use card_prepaid_type::CardPrepaidType;
186pub use card_square_product::CardSquareProduct;
187pub use card_type::CardType;
188pub use card_webhook_event_type::CardWebhookEventType;
189pub use catalog_category_type::CatalogCategoryType;
190pub use catalog_custom_attribute_definition_app_visibility::CatalogCustomAttributeDefinitionAppVisibility;
191pub use catalog_custom_attribute_definition_seller_visibility::CatalogCustomAttributeDefinitionSellerVisibility;
192pub use catalog_custom_attribute_definition_type::CatalogCustomAttributeDefinitionType;
193pub use catalog_discount_modify_tax_basis::CatalogDiscountModifyTaxBasis;
194pub use catalog_discount_type::CatalogDiscountType;
195pub use catalog_item_food_and_beverage_details_dietary_preference_standard_dietary_preference::CatalogItemFoodAndBeverageDetailsDietaryPreferenceStandardDietaryPreference;
196pub use catalog_item_food_and_beverage_details_dietary_preference_type::CatalogItemFoodAndBeverageDetailsDietaryPreferenceType;
197pub use catalog_item_food_and_beverage_details_ingredient_standard_ingredient::CatalogItemFoodAndBeverageDetailsIngredientStandardIngredient;
198pub use catalog_item_product_type::CatalogItemProductType;
199pub use catalog_modifier_list_modifier_type::CatalogModifierListModifierType;
200pub use catalog_modifier_list_selection_type::CatalogModifierListSelectionType;
201pub use catalog_object_type::CatalogObjectType;
202pub use catalog_pricing_type::CatalogPricingType;
203pub use catalog_quick_amount_type::CatalogQuickAmountType;
204pub use catalog_quick_amounts_settings_option::CatalogQuickAmountsSettingsOption;
205pub use catalog_webhook_event_type::CatalogWebhookEventType;
206pub use change_timing::ChangeTiming;
207pub use checkout_location_settings_branding_button_shape::CheckoutLocationSettingsBrandingButtonShape;
208pub use checkout_location_settings_branding_header_type::CheckoutLocationSettingsBrandingHeaderType;
209pub use country::Country;
210pub use currency::Currency;
211pub use custom_attribute_definition_visibility::CustomAttributeDefinitionVisibility;
212pub use customer_creation_source::CustomerCreationSource;
213pub use customer_inclusion_exclusion::CustomerInclusionExclusion;
214pub use customer_webhook_event_type::CustomerWebhookEventType;
215pub use day_of_week::DayOfWeek;
216pub use delay_action::DelayAction;
217pub use destination_details_external_refund_details_type::DestinationDetailsExternalRefundDetailsType;
218pub use destination_type::DestinationType;
219pub use digital_wallet_brand::DigitalWalletBrand;
220pub use error_category::ErrorCategory;
221pub use error_code::ErrorCode;
222pub use exclude_strategy::ExcludeStrategy;
223pub use external_payment_type::ExternalPaymentType;
224pub use gift_card_activity_redeem_status::GiftCardActivityRedeemStatus;
225pub use gift_card_activity_type::GiftCardActivityType;
226pub use gift_card_activity_webhook_event_type::GiftCardActivityWebhookEventType;
227pub use gift_card_gan_source::GiftCardGANSource;
228pub use gift_card_status::GiftCardStatus;
229pub use gift_card_type::GiftCardType;
230pub use gift_card_webhook_event_type::GiftCardWebhookEventType;
231pub use grant_type::GrantType;
232pub use inventory_alert_type::InventoryAlertType;
233pub use inventory_change_type::InventoryChangeType;
234pub use inventory_state::InventoryState;
235pub use inventory_webhook_event_type::InventoryWebhookEventType;
236pub use invoice_automatic_payment_source::InvoiceAutomaticPaymentSource;
237pub use invoice_custom_field_placement::InvoiceCustomFieldPlacement;
238pub use invoice_delivery_method::InvoiceDeliveryMethod;
239pub use invoice_payment_reminder_status::InvoicePaymentReminderStatus;
240pub use invoice_request_method::InvoiceRequestMethod;
241pub use invoice_request_type::InvoiceRequestType;
242pub use invoice_sort_field::InvoiceSortField;
243pub use invoice_status::InvoiceStatus;
244pub use invoice_webhook_event_type::InvoiceWebhookEventType;
245pub use job_assignment_pay_type::JobAssignmentPayType;
246pub use language::Language;
247pub use locale::Locale;
248pub use location_capability::LocationCapability;
249pub use location_status::LocationStatus;
250pub use location_type::LocationType;
251pub use location_webhook_event_type::LocationWebhookEventType;
252pub use measurement_unit_area::MeasurementUnitArea;
253pub use measurement_unit_generic::MeasurementUnitGeneric;
254pub use measurement_unit_length::MeasurementUnitLength;
255pub use measurement_unit_time::MeasurementUnitTime;
256pub use measurement_unit_unit_type::MeasurementUnitUnitType;
257pub use measurement_unit_volume::MeasurementUnitVolume;
258pub use measurement_unit_weight::MeasurementUnitWeight;
259pub use oauth_authorization_revoked_event_revoker_type::OauthAuthorizationRevokedEventRevokerType;
260pub use oauth_permission::OAuthPermission;
261pub use oauth_webhook_event_type::OauthWebhookEventType;
262pub use online_checkout_location_settings_event_type::OnlineCheckoutLocationSettingsEventType;
263pub use online_checkout_merchant_settings_event_type::OnlineCheckoutMerchantSettingsEventType;
264pub use order_event_data::OrderEventObject;
265pub use order_fulfillment_delivery_details_schedule_type::OrderFulfillmentDeliveryDetailsScheduleType;
266pub use order_fulfillment_fulfillment_line_item_application::OrderFulfillmentFulfillmentLineItemApplication;
267pub use order_fulfillment_pickup_details_schedule_type::OrderFulfillmentPickupDetailsScheduleType;
268pub use order_fulfillment_state::OrderFulfillmentState;
269pub use order_fulfillment_type::OrderFulfillmentType;
270pub use order_line_item_discount_scope::OrderLineItemDiscountScope;
271pub use order_line_item_discount_type::OrderLineItemDiscountType;
272pub use order_line_item_item_type::OrderLineItemItemType;
273pub use order_line_item_tax_scope::OrderLineItemTaxScope;
274pub use order_line_item_tax_type::OrderLineItemTaxType;
275pub use order_service_charge_calculation_phase::OrderServiceChargeCalculationPhase;
276pub use order_service_charge_scope::OrderServiceChargeScope;
277pub use order_service_charge_treatment_type::OrderServiceChargeTreatmentType;
278pub use order_service_charge_type::OrderServiceChargeType;
279pub use order_state::OrderState;
280pub use order_webhook_event_type::OrderWebhookEventType;
281pub use payment_capability::PaymentCapability;
282pub use payment_delay_action::PaymentDelayAction;
283pub use payment_event_payment_event_type::PaymentEventPaymentEventType;
284pub use payment_refund_status::PaymentRefundStatus;
285pub use payment_sort_field::PaymentSortField;
286pub use payment_source_type::PaymentSourceType;
287pub use payment_status::PaymentStatus;
288pub use processing_fee_type::ProcessingFeeType;
289pub use product::Product;
290pub use refund_status::RefundStatus;
291pub use refund_webhook_event_type::RefundWebhookEventType;
292pub use register_domain_response_status::RegisterDomainResponseStatus;
293pub use risk_evaluation_risk_level::RiskEvaluationRiskLevel;
294pub use search_catalog_items_request_stock_level::SearchCatalogItemsRequestStockLevel;
295pub use search_orders_sort_field::SearchOrdersSortField;
296pub use sort_customers_field::SortCustomersField;
297pub use sort_order::SortOrder;
298pub use subscription_action_type::SubscriptionActionType;
299pub use subscription_cadence::SubscriptionCadence;
300pub use subscription_event_info_code::SubscriptionEventInfoCode;
301pub use subscription_event_subscription_event_type::SubscriptionEventSubscriptionEventType;
302pub use subscription_pricing_type::SubscriptionPricingType;
303pub use subscription_status::SubscriptionStatus;
304pub use subscription_webhook_event_type::SubscriptionWebhookEventType;
305pub use tax_calculation_phase::TaxCalculationPhase;
306pub use tax_inclusion_type::TaxInclusionType;
307pub use team_member_assigned_locations_assignment_type::TeamMemberAssignedLocationsAssignmentType;
308pub use team_member_status::TeamMemberStatus;
309pub use team_member_webhook_event_type::TeamMemberWebhookEventType;
310pub use tender_bank_account_details_status::TenderBankAccountDetailsStatus;
311pub use tender_buy_now_pay_later_details_brand::TenderBuyNowPayLaterDetailsBrand;
312pub use tender_buy_now_pay_later_details_status::TenderBuyNowPayLaterDetailsStatus;
313pub use tender_card_details_entry_method::TenderCardDetailsEntryMethod;
314pub use tender_card_details_status::TenderCardDetailsStatus;
315pub use tender_square_account_details_status::TenderSquareAccountDetailsStatus;
316pub use tender_type::TenderType;
317pub use timezone::Timezone;
318pub use transaction_product::TransactionProduct;
319pub use webhook_event_types::WebhookEventType;