fuse_client 1.0.37 → 1.0.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/docs/{SpendPower.md → ConsumerRiskReport.md} +5 -5
  4. data/docs/{SpendPowerCustomization.md → ConsumerRiskReportCustomization.md} +6 -6
  5. data/docs/{SpendPowerTimeFrame.md → ConsumerRiskReportTimeFrame.md} +2 -2
  6. data/docs/{CreateSpendPowerCustomizationRequest.md → CreateConsumerRiskReportCustomizationRequest.md} +5 -5
  7. data/docs/{CreateSpendPowerCustomizationResponse.md → CreateConsumerRiskReportCustomizationResponse.md} +2 -2
  8. data/docs/CreateConsumerRiskReportRequest.md +24 -0
  9. data/docs/{DeleteSpendPowerResponse.md → CreateConsumerRiskReportResponse.md} +3 -3
  10. data/docs/CreateLinkTokenRequest.md +3 -1
  11. data/docs/CreateLinkTokenRequestSnaptrade.md +18 -0
  12. data/docs/CreateLinkTokenRequestSnaptradeConfig.md +18 -0
  13. data/docs/{CreateSpendPowerResponse.md → DeleteConsumerRiskReportResponse.md} +3 -3
  14. data/docs/EnrichedTransaction.md +4 -26
  15. data/docs/EvalConsumerRiskReportRequest.md +22 -0
  16. data/docs/{EvalSpendPowerRequestEventsInner.md → EvalConsumerRiskReportRequestEventsInner.md} +2 -2
  17. data/docs/{EvalSpendPowerResponse.md → EvalConsumerRiskReportResponse.md} +2 -2
  18. data/docs/ExternalTransactionEvent.md +8 -2
  19. data/docs/FinancialConnectionDetails.md +5 -1
  20. data/docs/FinancialConnectionDetailsBasiq.md +20 -0
  21. data/docs/FinancialConnectionDetailsBelvo.md +20 -0
  22. data/docs/FinancialConnectionsAccount.md +2 -0
  23. data/docs/FinancialConnectionsAccountLiability.md +2 -0
  24. data/docs/FinancialConnectionsInvestmentSecurityExchange.md +3 -1
  25. data/docs/FinancialConnectionsOwnerAddressesInnerData.md +2 -0
  26. data/docs/FuseApi.md +153 -149
  27. data/docs/{GetSpendPowerCustomizationResponse.md → GetConsumerRiskReportCustomizationResponse.md} +4 -4
  28. data/docs/{GetSpendPowerResponse.md → GetConsumerRiskReportResponse.md} +4 -4
  29. data/docs/InAppTransactionEvent.md +1 -1
  30. data/docs/RiskReportApi.md +165 -0
  31. data/docs/Transaction.md +1 -1
  32. data/docs/TransactionToEnrich.md +13 -5
  33. data/docs/{UpdateSpendPowerCustomizationRequest.md → UpdateConsumerRiskReportCustomizationRequest.md} +5 -5
  34. data/docs/{UpdateSpendPowerCustomizationResponse.md → UpdateConsumerRiskReportCustomizationResponse.md} +2 -2
  35. data/docs/UpdatedBalanceEvent.md +2 -2
  36. data/lib/fuse_client/api/fuse_api.rb +142 -139
  37. data/lib/fuse_client/api/{spend_power_api.rb → risk_report_api.rb} +39 -39
  38. data/lib/fuse_client/configuration.rb +5 -1
  39. data/lib/fuse_client/models/account_subtype.rb +3 -2
  40. data/lib/fuse_client/models/aggregator.rb +3 -1
  41. data/lib/fuse_client/models/{spend_power.rb → consumer_risk_report.rb} +4 -6
  42. data/lib/fuse_client/models/{spend_power_customization.rb → consumer_risk_report_customization.rb} +6 -7
  43. data/lib/fuse_client/models/{spend_power_time_frame.rb → consumer_risk_report_time_frame.rb} +3 -3
  44. data/lib/fuse_client/models/{create_spend_power_customization_request.rb → create_consumer_risk_report_customization_request.rb} +6 -6
  45. data/lib/fuse_client/models/{create_spend_power_customization_response.rb → create_consumer_risk_report_customization_response.rb} +3 -3
  46. data/lib/fuse_client/models/{create_spend_power_request.rb → create_consumer_risk_report_request.rb} +16 -6
  47. data/lib/fuse_client/models/{delete_spend_power_response.rb → create_consumer_risk_report_response.rb} +3 -4
  48. data/lib/fuse_client/models/create_link_token_request.rb +13 -4
  49. data/lib/fuse_client/models/create_link_token_request_snaptrade.rb +220 -0
  50. data/lib/fuse_client/models/create_link_token_request_snaptrade_config.rb +256 -0
  51. data/lib/fuse_client/models/{create_spend_power_response.rb → delete_consumer_risk_report_response.rb} +3 -4
  52. data/lib/fuse_client/models/enriched_transaction.rb +17 -158
  53. data/lib/fuse_client/models/{eval_spend_power_request.rb → eval_consumer_risk_report_request.rb} +5 -5
  54. data/lib/fuse_client/models/{eval_spend_power_request_events_inner.rb → eval_consumer_risk_report_request_events_inner.rb} +3 -3
  55. data/lib/fuse_client/models/{eval_spend_power_response.rb → eval_consumer_risk_report_response.rb} +3 -3
  56. data/lib/fuse_client/models/external_transaction_event.rb +45 -7
  57. data/lib/fuse_client/models/financial_connection_details.rb +22 -4
  58. data/lib/fuse_client/models/financial_connection_details_basiq.rb +241 -0
  59. data/lib/fuse_client/models/financial_connection_details_belvo.rb +236 -0
  60. data/lib/fuse_client/models/financial_connections_account.rb +16 -1
  61. data/lib/fuse_client/models/financial_connections_account_balance.rb +2 -0
  62. data/lib/fuse_client/models/financial_connections_account_cached_balance.rb +2 -0
  63. data/lib/fuse_client/models/financial_connections_account_liability.rb +16 -1
  64. data/lib/fuse_client/models/financial_connections_investment_security_exchange.rb +14 -4
  65. data/lib/fuse_client/models/financial_connections_owner_addresses_inner_data.rb +11 -1
  66. data/lib/fuse_client/models/fuse_api_error_code.rb +6 -3
  67. data/lib/fuse_client/models/get_consumer_risk_report_customization_response.rb +239 -0
  68. data/lib/fuse_client/models/{get_spend_power_response.rb → get_consumer_risk_report_response.rb} +13 -13
  69. data/lib/fuse_client/models/in_app_transaction_event.rb +0 -5
  70. data/lib/fuse_client/models/transaction.rb +1 -1
  71. data/lib/fuse_client/models/transaction_to_enrich.rb +130 -27
  72. data/lib/fuse_client/models/{update_spend_power_customization_request.rb → update_consumer_risk_report_customization_request.rb} +6 -6
  73. data/lib/fuse_client/models/{update_spend_power_customization_response.rb → update_consumer_risk_report_customization_response.rb} +3 -3
  74. data/lib/fuse_client/models/updated_balance_event.rb +2 -2
  75. data/lib/fuse_client/version.rb +1 -1
  76. data/lib/fuse_client.rb +20 -16
  77. data/spec/api/fuse_api_spec.rb +37 -36
  78. data/spec/api/{spend_power_api_spec.rb → risk_report_api_spec.rb} +16 -16
  79. data/spec/models/asset_report_transaction_spec.rb +1 -1
  80. data/spec/models/{spend_power_customization_spec.rb → consumer_risk_report_customization_spec.rb} +6 -6
  81. data/spec/models/{spend_power_spec.rb → consumer_risk_report_spec.rb} +6 -6
  82. data/spec/models/{spend_power_time_frame_spec.rb → consumer_risk_report_time_frame_spec.rb} +6 -6
  83. data/spec/models/{create_spend_power_customization_request_spec.rb → create_consumer_risk_report_customization_request_spec.rb} +6 -6
  84. data/spec/models/{create_spend_power_customization_response_spec.rb → create_consumer_risk_report_customization_response_spec.rb} +6 -6
  85. data/spec/models/{create_spend_power_request_spec.rb → create_consumer_risk_report_request_spec.rb} +12 -6
  86. data/spec/models/{delete_spend_power_response_spec.rb → create_consumer_risk_report_response_spec.rb} +6 -6
  87. data/spec/models/create_link_token_request_snaptrade_config_spec.rb +38 -0
  88. data/spec/models/create_link_token_request_snaptrade_spec.rb +34 -0
  89. data/spec/models/create_link_token_request_spec.rb +6 -0
  90. data/spec/models/{create_spend_power_response_spec.rb → delete_consumer_risk_report_response_spec.rb} +6 -6
  91. data/spec/models/enriched_transaction_spec.rb +2 -72
  92. data/spec/models/{eval_spend_power_request_events_inner_spec.rb → eval_consumer_risk_report_request_events_inner_spec.rb} +6 -6
  93. data/spec/models/{eval_spend_power_request_spec.rb → eval_consumer_risk_report_request_spec.rb} +6 -6
  94. data/spec/models/{eval_spend_power_response_spec.rb → eval_consumer_risk_report_response_spec.rb} +6 -6
  95. data/spec/models/external_transaction_event_spec.rb +22 -0
  96. data/spec/models/financial_connection_details_basiq_spec.rb +40 -0
  97. data/spec/models/financial_connection_details_belvo_spec.rb +40 -0
  98. data/spec/models/financial_connection_details_spec.rb +12 -0
  99. data/spec/models/financial_connections_account_liability_spec.rb +6 -0
  100. data/spec/models/financial_connections_account_spec.rb +6 -0
  101. data/spec/models/financial_connections_investment_security_exchange_spec.rb +6 -0
  102. data/spec/models/financial_connections_owner_addresses_inner_data_spec.rb +6 -0
  103. data/spec/models/{get_spend_power_customization_response_spec.rb → get_consumer_risk_report_customization_response_spec.rb} +7 -7
  104. data/spec/models/{get_spend_power_response_spec.rb → get_consumer_risk_report_response_spec.rb} +7 -7
  105. data/spec/models/transaction_spec.rb +1 -1
  106. data/spec/models/transaction_to_enrich_spec.rb +32 -4
  107. data/spec/models/{update_spend_power_customization_request_spec.rb → update_consumer_risk_report_customization_request_spec.rb} +6 -6
  108. data/spec/models/{update_spend_power_customization_response_spec.rb → update_consumer_risk_report_customization_response_spec.rb} +6 -6
  109. metadata +92 -76
  110. data/docs/CreateSpendPowerRequest.md +0 -22
  111. data/docs/EvalSpendPowerRequest.md +0 -22
  112. data/docs/SpendPowerApi.md +0 -165
  113. data/lib/fuse_client/models/get_spend_power_customization_response.rb +0 -239
@@ -58,7 +58,7 @@ describe FuseClient::AssetReportTransaction do
58
58
  describe 'test attribute "category"' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
61
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('Array<String>', ["accessories_store", "accounting_and_bookkeeping", "ach", "acorns", "acupuncture", "adult", "adult_education", "adult_entertainment", "advertising", "advertising_agencies_and_media_buyers", "advertising_and_marketing", "afghan", "african", "agriculture_and_forestry", "airlines_and_aviation_services", "airports", "alcohol_and_bars", "alternative_medicine", "american", "anesthesiologists", "animal_shelter", "antiques", "apartments_condos_and_houses", "apparel_and_fabric_products", "aquarium", "arcades_and_amusement_parks", "architects", "art_and_graphic_design", "art_dealers_and_galleries", "art_restoration", "art_school", "arts_and_crafts", "arts_and_entertainment", "asian", "assisted_living_services", "athletic_fields", "atm", "atms", "auctions", "audiovisual", "australian", "auto_oil_and_lube", "auto_payment", "auto_smog_check", "auto_tires", "auto_transmission", "automation_and_control_systems", "automotive", "bagel_shop", "bakery", "bank_fees", "banking_and_finance", "bar", "barbecue", "baseball", "basketball", "batting_cages", "beaches", "beauty_products", "bed_and_breakfasts", "beer_wine_and_spirits", "benefits", "betterment", "bicycles", "bill", "billiards_and_pool", "billpay", "blood_banks_and_centers", "boarding_houses", "boat", "boat_dealers", "boating", "bookstores", "boutique", "bowling", "brazilian", "breakfast_spot", "breweries", "building_and_land_surveyors", "buildings_and_structures", "burgers", "burrito", "bus_stations", "business", "business_and_strategy_consulting", "business_brokers_and_franchises", "business_services", "cable", "cafe", "cajun", "cameras", "campgrounds_and_rv_parks", "canoes_and_kayaks", "car_and_truck_rentals", "car_appraisers", "car_dealers_and_leasing", "car_parts_and_accessories", "car_service", "car_wash_and_detail", "cardiologists", "cards_and_stationery", "caretakers", "caribbean", "carpenters", "carpet_and_flooring", "cash_advance", "casinos_and_gaming", "catering", "cemetery", "charities_and_non-profits", "charity", "charter_buses", "chase_quickpay", "check", "check_cashing", "chemicals_and_gasses", "childcare", "children", "chinese", "chiropractors", "churches", "circuses_and_carnivals", "classic_and_antique_car", "cleaning", "clothing", "clothing_and_accessories", "coal", "coffee_shop", "coinbase", "collections", "colleges_and_universities", "combat_sports", "commercial_real_estate", "community", "computer_training", "computers", "computers_and_electronics", "computers_and_office_machines", "construction", "construction_supplies", "contractors", "convenience_stores", "corporate_housing", "correctional_institutions", "costumes", "cottages_and_cabins", "counseling_and_therapy", "courts", "creative_services", "credit", "credit_card", "credit_counseling_and_bankruptcy_services", "credit_reporting", "crop_production", "cruises", "cuban", "culinary_lessons_and_schools", "cupcake_shop", "cycling", "dance", "dance_and_music", "dance_halls_and_saloons", "dance_schools", "dating_and_escort", "day_care_and_preschools", "debit", "delis", "dentists", "department_stores", "deposit", "dermatologists", "dessert", "digit", "digital_purchase", "diners", "dining", "direct_mail_and_email_marketing_services", "disabled_persons_services", "discount_stores", "distillery", "distribution", "doctors_and_dentists", "donuts", "doors_and_windows", "driving_schools", "drug_and_alcohol_services", "dwolla", "ear_nose_and_throat", "eastern_european", "education", "electric", "electrical_equipment", "electrical_equipment_and_components", "electricians", "electronics", "emergency_services", "employment_agencies", "engineering", "entertainment", "environmental", "equestrian", "equipment_rental", "ethiopian", "events_and_event_planning", "excess_activity", "expense", "facilities_and_nursing_homes", "fairgrounds_and_rodeos", "falafel", "family_medicine", "farmers_markets", "fast_food", "fee", "fences_fireplaces_and_garage_doors", "filipino", "financial", "financial_planning_and_investments", "fire_stations", "fish_and_chips", "flea_markets", "florists", "food_and_beverage", "food_and_beverage_store", "food_and_drink", "food_truck", "football", "foreign_transaction", "forestry", "forests", "fraternities_and_sororities", "fraud_dispute", "french", "fuel", "fuel_dealer", "fund_raising", "funeral_services", "furniture_and_fixtures", "furniture_and_home_decor", "gardens", "gas", "gas_stations", "gastroenterologists", "gastropub", "general", "general_surgery", "geological", "german", "gift_and_novelty", "gifts", "glass_products", "glasses_and_optometrist", "go_carts", "golf", "goods_and_merchandise", "government_departments_and_agencies", "government_lobbyists", "greek", "gun_ranges", "gym", "gymnastics", "gyms_and_fitness_centers", "hair_removal", "hair_salons_and_barbers", "hardware_and_services", "hardware_store", "health_food", "healthcare", "healthcare_services", "heating_ventilating_and_air_conditioning", "heliports", "hiking", "historic_sites", "hobby_and_collectibles", "hockey", "holding_and_investment_offices", "home", "home_appliances", "home_improvement", "home_inspection_services", "hookah_lounges", "hospitals_clinics_and_medical_centers", "hostels", "hot_air_balloons", "hotel_lounge", "hotels_and_motels", "household", "housewares", "housing_assistance_and_shelters", "human_resources", "hunting_and_fishing", "ice_cream", "immigration", "import_and_export", "income", "indian", "indonesian", "industrial_machinery_and_equipment", "industrial_machinery_and_vehicles", "industrial_supplies", "infrastructure", "insufficient_funds", "insurance", "interest", "interest_charged", "interest_earned", "interior_design", "internal_account_transfer", "internal_medicine", "internet", "internet_cafes", "internet_services", "investment", "italian", "japanese", "jazz_and_blues_cafe", "jewelry_and_watches", "juice_bar", "karaoke", "keep_the_change_savings_program", "kids", "kids'_store", "kitchens", "korean", "lakes", "landmarks", "landscaping_and_gardeners", "late_payment", "latin_american", "laundry_and_garment_services", "law_enforcement", "lawn_and_garden", "leather", "leather_goods", "legal", "libraries", "lighting_fixtures", "limos_and_chauffeurs", "lingerie_store", "livestock_and_animals", "loan", "loans_and_mortgages", "lodges_and_vacation_rentals", "lodging", "logging_and_sawmills", "luggage", "machine_shops", "maintenance_and_repair", "management", "manicures_and_pedicures", "manufacturing", "marine_supplies", "market_research_and_consulting", "masonry", "massage_clinics_and_therapists", "media", "media_production", "medical_supplies_and_labs", "mediterranean", "men's_store", "mental_health", "metal", "metal_products", "metals", "mexican", "middle_eastern", "military", "miniature_golf", "mining", "mobile_homes", "mobile_phones", "monuments_and_memorials", "moroccan", "mosques", "motorcycle_moped_and_scooter_repair", "motorcycles_mopeds_and_scooters", "mountains", "movers", "movie_theatres", "museums", "music_video_and_dvd", "music_and_show_venues", "musical_instruments", "natural_parks", "neurologists", "news_reporting", "newsstands", "night_clubs", "nightlife", "non-metallic_minerals", "nonmetallic_mineral_products", "nurses", "nutritionists", "obstetricians_and_gynecologists", "office", "office_supplies", "oil_and_gas", "oncologists", "online_advertising", "online_subscriptions", "ophthalmologists", "optometrists", "organizations_and_associations", "orthopedic_surgeons", "other", "outdoors", "outlet", "overdraft", "packaging", "paintball", "painting", "paper", "paper_products", "parking", "parks", "party_centers", "pathologists", "pawn_shops", "payment", "paypal", "payroll", "pediatricians", "personal_care", "personal_trainers", "pest_control", "pet", "petroleum", "pets", "pharmacies", "phone", "photography", "photos_and_frames", "physical_therapy", "physicians", "picnic_areas", "piercing", "pizza", "plaid", "plastic_products", "plastic_surgeons", "plastics", "playgrounds", "plumbing", "podiatrists", "police_stations", "pools_and_spas", "portuguese", "post_offices", "pregnancy_and_sexual_health", "primary_and_secondary_schools", "print_tv_radio_and_outdoor_advertising", "printing_and_publishing", "promotional_items", "property_management", "psychiatrists", "psychics_and_astrologers", "psychologists", "public_and_social_services", "public_relations", "public_transportation_services", "race_tracks", "racquet_sports", "racquetball", "radiologists", "rafting", "rail", "real_estate", "real_estate_agents", "real_estate_appraiser", "real_estate_development_and_title_companies", "recreation", "recreation_centers", "refrigeration_and_ice", "refund", "religious", "renewable_energy", "rent", "repair_services", "research", "resorts", "respiratory", "restaurants", "retirement", "ride_share", "rivers", "rock_climbing", "roofers", "rubber", "rubber_products", "running", "rvs_and_motor_homes", "salvage_yards", "sanitary_and_waste_management", "save_as_you_go", "scandinavian", "scientific", "scuba_diving", "seafood", "search_engine_marketing_and_optimization", "security_and_safety", "senior_citizen_services", "service", "service_instruments", "services", "shipping", "shipping_and_freight", "shoe_store", "shopping", "shopping_centers_and_malls", "shops", "skating", "skin_care", "skydiving", "snow_sports", "soccer", "social_clubs", "software", "software_development", "spanish", "spas", "specialty", "sport", "sporting_goods", "sports_and_recreation_camps", "sports_bar", "sports_clubs", "sports_venues", "square", "square_cash", "stadiums_and_arenas", "steakhouses", "stock_brokers", "storage", "strip_club", "student_aid_and_grants", "subscription", "supermarkets_and_groceries", "sushi", "swimming", "swimming_pool_maintenance_and_services", "swimwear", "swiss", "symphony_and_opera", "synagogues", "tailors", "tanning_salons", "tattooing", "tax", "taxes", "taxi", "telecommunication_services", "television", "temple", "tennis", "textiles", "thai", "theatrical_productions", "third_party", "tobacco", "tolls_and_fees", "tourist_information_and_services", "towing", "toys", "transfer", "transfers_and_adjustments", "transport", "transportation", "transportation_centers", "transportation_equipment", "travel", "travel_and_transportation", "travel_agents_and_tour_operators", "tree_service", "turkish", "tutoring_and_educational_services", "upholstery", "urologists", "used_car_dealers", "utilities", "vegan_and_vegetarian", "venmo", "veterinarians", "video_games", "vintage_and_thrift", "vocational_schools", "warehouses_and_wholesale_stores", "water", "water_and_waste_management", "water_sports", "web_design_and_development", "wedding_and_bridal", "welding", "wholesale", "wine_bar", "winery", "wire", "wire_transfer", "withdrawal", "women's_store", "wood_products", "writing_copywriting_and_technical_writing", "yoga_and_pilates", "youth_organizations", "zoo", "-"])
61
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('Array<String>', ["accessories_store", "accounting_and_bookkeeping", "ach", "acorns", "acupuncture", "adult", "adult_education", "adult_entertainment", "advertising", "advertising_agencies_and_media_buyers", "advertising_and_marketing", "afghan", "african", "agriculture_and_forestry", "airlines_and_aviation_services", "airports", "alcohol_and_bars", "alternative_medicine", "american", "anesthesiologists", "animal_shelter", "antiques", "apartments_condos_and_houses", "apparel_and_fabric_products", "aquarium", "arcades_and_amusement_parks", "architects", "art_and_graphic_design", "art_dealers_and_galleries", "art_restoration", "art_school", "arts_and_crafts", "arts_and_entertainment", "asian", "assisted_living_services", "athletic_fields", "atm", "atms", "auctions", "audiovisual", "australian", "auto_oil_and_lube", "auto_payment", "auto_smog_check", "auto_tires", "auto_transmission", "automation_and_control_systems", "automotive", "bagel_shop", "bakery", "bank_fees", "banking_and_finance", "bar", "barbecue", "baseball", "basketball", "batting_cages", "beaches", "beauty_products", "bed_and_breakfasts", "beer_wine_and_spirits", "benefits", "betterment", "bicycles", "bill", "billiards_and_pool", "billpay", "blood_banks_and_centers", "boarding_houses", "boat", "boat_dealers", "boating", "books_and_supplies", "bookstores", "boutique", "bowling", "brazilian", "breakfast_spot", "breweries", "building_and_land_surveyors", "buildings_and_structures", "burgers", "burrito", "bus_stations", "business", "business_and_strategy_consulting", "business_brokers_and_franchises", "business_services", "cable", "cafe", "cajun", "cameras", "campgrounds_and_rv_parks", "canoes_and_kayaks", "car_and_truck_rentals", "car_appraisers", "car_dealers_and_leasing", "car_parts_and_accessories", "car_service", "car_wash_and_detail", "cardiologists", "cards_and_stationery", "caretakers", "caribbean", "carpenters", "carpet_and_flooring", "cash_advance", "casinos_and_gaming", "catering", "cemetery", "charities_and_non-profits", "charity", "charter_buses", "chase_quickpay", "check", "check_cashing", "chemicals_and_gasses", "childcare", "children", "chinese", "chiropractors", "churches", "circuses_and_carnivals", "classic_and_antique_car", "cleaning", "clothing", "clothing_and_accessories", "coal", "coffee_shop", "coinbase", "collections", "colleges_and_universities", "combat_sports", "commercial_real_estate", "community", "computer_training", "computers", "computers_and_electronics", "computers_and_office_machines", "construction", "construction_supplies", "contractors", "convenience_stores", "corporate_housing", "correctional_institutions", "costumes", "cottages_and_cabins", "counseling_and_therapy", "courts", "creative_services", "credit", "credit_card", "credit_counseling_and_bankruptcy_services", "credit_reporting", "crop_production", "cruises", "cuban", "culinary_lessons_and_schools", "cupcake_shop", "cycling", "dance", "dance_and_music", "dance_halls_and_saloons", "dance_schools", "dating_and_escort", "day_care_and_preschools", "debit", "delis", "dentists", "department_stores", "deposit", "dermatologists", "dessert", "digit", "digital_purchase", "diners", "dining", "direct_mail_and_email_marketing_services", "disabled_persons_services", "discount_stores", "distillery", "distribution", "doctors_and_dentists", "donuts", "doors_and_windows", "driving_schools", "drug_and_alcohol_services", "dwolla", "ear_nose_and_throat", "eastern_european", "education", "electric", "electrical_equipment", "electrical_equipment_and_components", "electricians", "electronics", "emergency_services", "employment_agencies", "engineering", "entertainment", "environmental", "equestrian", "equipment_rental", "ethiopian", "events_and_event_planning", "excess_activity", "expense", "facilities_and_nursing_homes", "fairgrounds_and_rodeos", "falafel", "family_medicine", "farmers_markets", "fast_food", "fee", "fences_fireplaces_and_garage_doors", "filipino", "financial", "financial_planning_and_investments", "fire_stations", "fish_and_chips", "flea_markets", "florists", "food_and_beverage", "food_and_beverage_store", "food_and_drink", "food_truck", "football", "foreign_transaction", "forestry", "forests", "fraternities_and_sororities", "fraud_dispute", "french", "fuel", "fuel_dealer", "fund_raising", "funeral_services", "furniture_and_fixtures", "furniture_and_home_decor", "gardens", "gas", "gas_stations", "gastroenterologists", "gastropub", "general", "general_surgery", "geological", "german", "gift_and_novelty", "gifts", "glass_products", "glasses_and_optometrist", "go_carts", "golf", "goods_and_merchandise", "government_departments_and_agencies", "government_lobbyists", "greek", "gun_ranges", "gym", "gymnastics", "gyms_and_fitness_centers", "hair_removal", "hair_salons_and_barbers", "hardware_and_services", "hardware_store", "health_food", "healthcare", "healthcare_services", "heating_ventilating_and_air_conditioning", "heliports", "hiking", "historic_sites", "hobby_and_collectibles", "hockey", "holding_and_investment_offices", "home", "home_appliances", "home_improvement", "home_inspection_services", "hookah_lounges", "hospitals_clinics_and_medical_centers", "hostels", "hot_air_balloons", "hotel_lounge", "hotels_and_motels", "household", "housewares", "housing_assistance_and_shelters", "human_resources", "hunting_and_fishing", "ice_cream", "immigration", "import_and_export", "income", "indian", "indonesian", "industrial_machinery_and_equipment", "industrial_machinery_and_vehicles", "industrial_supplies", "infrastructure", "insufficient_funds", "insurance", "interest", "interest_charged", "interest_earned", "interior_design", "internal_account_transfer", "internal_medicine", "internet", "internet_cafes", "internet_services", "investment", "italian", "japanese", "jazz_and_blues_cafe", "jewelry_and_watches", "juice_bar", "karaoke", "keep_the_change_savings_program", "kids", "kids'_store", "kitchens", "korean", "lakes", "landmarks", "landscaping_and_gardeners", "late_payment", "latin_american", "laundry_and_garment_services", "law_enforcement", "lawn_and_garden", "leather", "leather_goods", "legal", "libraries", "lighting_fixtures", "limos_and_chauffeurs", "lingerie_store", "livestock_and_animals", "loan", "loans_and_mortgages", "lodges_and_vacation_rentals", "lodging", "logging_and_sawmills", "luggage", "machine_shops", "maintenance_and_repair", "management", "manicures_and_pedicures", "manufacturing", "marine_supplies", "market_research_and_consulting", "masonry", "massage_clinics_and_therapists", "media", "media_production", "medical_supplies_and_labs", "mediterranean", "men's_store", "mental_health", "metal", "metal_products", "metals", "mexican", "middle_eastern", "military", "miniature_golf", "mining", "mobile_homes", "mobile_phones", "monuments_and_memorials", "moroccan", "mosques", "motorcycle_moped_and_scooter_repair", "motorcycles_mopeds_and_scooters", "mountains", "movers", "movie_theatres", "museums", "music_video_and_dvd", "music_and_show_venues", "musical_instruments", "natural_parks", "neurologists", "news_reporting", "newsstands", "night_clubs", "nightlife", "non-metallic_minerals", "nonmetallic_mineral_products", "nurses", "nutritionists", "obstetricians_and_gynecologists", "office", "office_supplies", "oil_and_gas", "oncologists", "online_advertising", "online_subscriptions", "ophthalmologists", "optometrists", "organizations_and_associations", "orthopedic_surgeons", "other", "outdoors", "outlet", "overdraft", "packaging", "paintball", "painting", "paper", "paper_products", "parking", "parks", "party_centers", "pathologists", "pawn_shops", "payment", "paypal", "payroll", "pediatricians", "personal_care", "personal_trainers", "pest_control", "pet", "petroleum", "pets", "pharmacies", "phone", "photography", "photos_and_frames", "physical_therapy", "physicians", "picnic_areas", "piercing", "pizza", "plaid", "plastic_products", "plastic_surgeons", "plastics", "playgrounds", "plumbing", "podiatrists", "police_stations", "pools_and_spas", "portuguese", "post_offices", "pregnancy_and_sexual_health", "primary_and_secondary_schools", "print_tv_radio_and_outdoor_advertising", "printing_and_publishing", "promotional_items", "property_management", "psychiatrists", "psychics_and_astrologers", "psychologists", "public_and_social_services", "public_relations", "public_transportation_services", "race_tracks", "racquet_sports", "racquetball", "radiologists", "rafting", "rail", "real_estate", "real_estate_agents", "real_estate_appraiser", "real_estate_development_and_title_companies", "recreation", "recreation_centers", "refrigeration_and_ice", "refund", "religious", "renewable_energy", "rent", "repair_services", "research", "resorts", "respiratory", "restaurants", "retirement", "ride_share", "rivers", "rock_climbing", "roofers", "rubber", "rubber_products", "running", "rvs_and_motor_homes", "salvage_yards", "sanitary_and_waste_management", "save_as_you_go", "scandinavian", "scientific", "scuba_diving", "seafood", "search_engine_marketing_and_optimization", "security_and_safety", "senior_citizen_services", "service", "service_instruments", "services", "shipping", "shipping_and_freight", "shoe_store", "shopping", "shopping_centers_and_malls", "shops", "skating", "skin_care", "skydiving", "snow_sports", "soccer", "social_clubs", "software", "software_development", "spanish", "spas", "specialty", "sport", "sporting_goods", "sports_and_recreation_camps", "sports_bar", "sports_clubs", "sports_venues", "square", "square_cash", "stadiums_and_arenas", "steakhouses", "stock_brokers", "storage", "strip_club", "student_aid_and_grants", "subscription", "supermarkets_and_groceries", "sushi", "swimming", "swimming_pool_maintenance_and_services", "swimwear", "swiss", "symphony_and_opera", "synagogues", "tailors", "tanning_salons", "tattooing", "tax", "taxes", "taxi", "telecommunication_services", "television", "temple", "tennis", "textiles", "thai", "theatrical_productions", "third_party", "tobacco", "tolls_and_fees", "tourist_information_and_services", "towing", "toys", "transfer", "transfers_and_adjustments", "transport", "transportation", "transportation_centers", "transportation_equipment", "travel", "travel_and_transportation", "travel_agents_and_tour_operators", "tree_service", "turkish", "tutoring_and_educational_services", "upholstery", "urologists", "used_car_dealers", "utilities", "vegan_and_vegetarian", "venmo", "veterinarians", "video_games", "vintage_and_thrift", "vocational_schools", "warehouses_and_wholesale_stores", "water", "water_and_waste_management", "water_sports", "web_design_and_development", "wedding_and_bridal", "welding", "wholesale", "wine_bar", "winery", "wire", "wire_transfer", "withdrawal", "women's_store", "wood_products", "writing_copywriting_and_technical_writing", "yoga_and_pilates", "youth_organizations", "zoo", "-"])
62
62
  # validator.allowable_values.each do |value|
63
63
  # expect { instance.category = value }.not_to raise_error
64
64
  # end
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::SpendPowerCustomization
17
+ # Unit tests for FuseClient::ConsumerRiskReportCustomization
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::SpendPowerCustomization do
21
- let(:instance) { FuseClient::SpendPowerCustomization.new }
20
+ describe FuseClient::ConsumerRiskReportCustomization do
21
+ let(:instance) { FuseClient::ConsumerRiskReportCustomization.new }
22
22
 
23
- describe 'test an instance of SpendPowerCustomization' do
24
- it 'should create an instance of SpendPowerCustomization' do
25
- expect(instance).to be_instance_of(FuseClient::SpendPowerCustomization)
23
+ describe 'test an instance of ConsumerRiskReportCustomization' do
24
+ it 'should create an instance of ConsumerRiskReportCustomization' do
25
+ expect(instance).to be_instance_of(FuseClient::ConsumerRiskReportCustomization)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "id"' do
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::SpendPower
17
+ # Unit tests for FuseClient::ConsumerRiskReport
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::SpendPower do
21
- let(:instance) { FuseClient::SpendPower.new }
20
+ describe FuseClient::ConsumerRiskReport do
21
+ let(:instance) { FuseClient::ConsumerRiskReport.new }
22
22
 
23
- describe 'test an instance of SpendPower' do
24
- it 'should create an instance of SpendPower' do
25
- expect(instance).to be_instance_of(FuseClient::SpendPower)
23
+ describe 'test an instance of ConsumerRiskReport' do
24
+ it 'should create an instance of ConsumerRiskReport' do
25
+ expect(instance).to be_instance_of(FuseClient::ConsumerRiskReport)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "id"' do
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::SpendPowerTimeFrame
17
+ # Unit tests for FuseClient::ConsumerRiskReportTimeFrame
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::SpendPowerTimeFrame do
21
- let(:instance) { FuseClient::SpendPowerTimeFrame.new }
20
+ describe FuseClient::ConsumerRiskReportTimeFrame do
21
+ let(:instance) { FuseClient::ConsumerRiskReportTimeFrame.new }
22
22
 
23
- describe 'test an instance of SpendPowerTimeFrame' do
24
- it 'should create an instance of SpendPowerTimeFrame' do
25
- expect(instance).to be_instance_of(FuseClient::SpendPowerTimeFrame)
23
+ describe 'test an instance of ConsumerRiskReportTimeFrame' do
24
+ it 'should create an instance of ConsumerRiskReportTimeFrame' do
25
+ expect(instance).to be_instance_of(FuseClient::ConsumerRiskReportTimeFrame)
26
26
  end
27
27
  end
28
28
  end
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::CreateSpendPowerCustomizationRequest
17
+ # Unit tests for FuseClient::CreateConsumerRiskReportCustomizationRequest
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::CreateSpendPowerCustomizationRequest do
21
- let(:instance) { FuseClient::CreateSpendPowerCustomizationRequest.new }
20
+ describe FuseClient::CreateConsumerRiskReportCustomizationRequest do
21
+ let(:instance) { FuseClient::CreateConsumerRiskReportCustomizationRequest.new }
22
22
 
23
- describe 'test an instance of CreateSpendPowerCustomizationRequest' do
24
- it 'should create an instance of CreateSpendPowerCustomizationRequest' do
25
- expect(instance).to be_instance_of(FuseClient::CreateSpendPowerCustomizationRequest)
23
+ describe 'test an instance of CreateConsumerRiskReportCustomizationRequest' do
24
+ it 'should create an instance of CreateConsumerRiskReportCustomizationRequest' do
25
+ expect(instance).to be_instance_of(FuseClient::CreateConsumerRiskReportCustomizationRequest)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "timeframe"' do
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::CreateSpendPowerCustomizationResponse
17
+ # Unit tests for FuseClient::CreateConsumerRiskReportCustomizationResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::CreateSpendPowerCustomizationResponse do
21
- let(:instance) { FuseClient::CreateSpendPowerCustomizationResponse.new }
20
+ describe FuseClient::CreateConsumerRiskReportCustomizationResponse do
21
+ let(:instance) { FuseClient::CreateConsumerRiskReportCustomizationResponse.new }
22
22
 
23
- describe 'test an instance of CreateSpendPowerCustomizationResponse' do
24
- it 'should create an instance of CreateSpendPowerCustomizationResponse' do
25
- expect(instance).to be_instance_of(FuseClient::CreateSpendPowerCustomizationResponse)
23
+ describe 'test an instance of CreateConsumerRiskReportCustomizationResponse' do
24
+ it 'should create an instance of CreateConsumerRiskReportCustomizationResponse' do
25
+ expect(instance).to be_instance_of(FuseClient::CreateConsumerRiskReportCustomizationResponse)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "id"' do
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::CreateSpendPowerRequest
17
+ # Unit tests for FuseClient::CreateConsumerRiskReportRequest
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::CreateSpendPowerRequest do
21
- let(:instance) { FuseClient::CreateSpendPowerRequest.new }
20
+ describe FuseClient::CreateConsumerRiskReportRequest do
21
+ let(:instance) { FuseClient::CreateConsumerRiskReportRequest.new }
22
22
 
23
- describe 'test an instance of CreateSpendPowerRequest' do
24
- it 'should create an instance of CreateSpendPowerRequest' do
25
- expect(instance).to be_instance_of(FuseClient::CreateSpendPowerRequest)
23
+ describe 'test an instance of CreateConsumerRiskReportRequest' do
24
+ it 'should create an instance of CreateConsumerRiskReportRequest' do
25
+ expect(instance).to be_instance_of(FuseClient::CreateConsumerRiskReportRequest)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "account_id"' do
@@ -37,6 +37,12 @@ describe FuseClient::CreateSpendPowerRequest do
37
37
  end
38
38
  end
39
39
 
40
+ describe 'test attribute "end_user_name"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
+ end
44
+ end
45
+
40
46
  describe 'test attribute "customization_id"' do
41
47
  it 'should work' do
42
48
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::DeleteSpendPowerResponse
17
+ # Unit tests for FuseClient::CreateConsumerRiskReportResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::DeleteSpendPowerResponse do
21
- let(:instance) { FuseClient::DeleteSpendPowerResponse.new }
20
+ describe FuseClient::CreateConsumerRiskReportResponse do
21
+ let(:instance) { FuseClient::CreateConsumerRiskReportResponse.new }
22
22
 
23
- describe 'test an instance of DeleteSpendPowerResponse' do
24
- it 'should create an instance of DeleteSpendPowerResponse' do
25
- expect(instance).to be_instance_of(FuseClient::DeleteSpendPowerResponse)
23
+ describe 'test an instance of CreateConsumerRiskReportResponse' do
24
+ it 'should create an instance of CreateConsumerRiskReportResponse' do
25
+ expect(instance).to be_instance_of(FuseClient::CreateConsumerRiskReportResponse)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "id"' do
@@ -0,0 +1,38 @@
1
+ =begin
2
+ #Fuse
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::CreateLinkTokenRequestSnaptradeConfig
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::CreateLinkTokenRequestSnaptradeConfig do
21
+ let(:instance) { FuseClient::CreateLinkTokenRequestSnaptradeConfig.new }
22
+
23
+ describe 'test an instance of CreateLinkTokenRequestSnaptradeConfig' do
24
+ it 'should create an instance of CreateLinkTokenRequestSnaptradeConfig' do
25
+ expect(instance).to be_instance_of(FuseClient::CreateLinkTokenRequestSnaptradeConfig)
26
+ end
27
+ end
28
+ describe 'test attribute "connection_type"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["read", "trade"])
32
+ # validator.allowable_values.each do |value|
33
+ # expect { instance.connection_type = value }.not_to raise_error
34
+ # end
35
+ end
36
+ end
37
+
38
+ end
@@ -0,0 +1,34 @@
1
+ =begin
2
+ #Fuse
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::CreateLinkTokenRequestSnaptrade
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::CreateLinkTokenRequestSnaptrade do
21
+ let(:instance) { FuseClient::CreateLinkTokenRequestSnaptrade.new }
22
+
23
+ describe 'test an instance of CreateLinkTokenRequestSnaptrade' do
24
+ it 'should create an instance of CreateLinkTokenRequestSnaptrade' do
25
+ expect(instance).to be_instance_of(FuseClient::CreateLinkTokenRequestSnaptrade)
26
+ end
27
+ end
28
+ describe 'test attribute "config"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ end
@@ -73,4 +73,10 @@ describe FuseClient::CreateLinkTokenRequest do
73
73
  end
74
74
  end
75
75
 
76
+ describe 'test attribute "snaptrade"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
79
+ end
80
+ end
81
+
76
82
  end
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::CreateSpendPowerResponse
17
+ # Unit tests for FuseClient::DeleteConsumerRiskReportResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::CreateSpendPowerResponse do
21
- let(:instance) { FuseClient::CreateSpendPowerResponse.new }
20
+ describe FuseClient::DeleteConsumerRiskReportResponse do
21
+ let(:instance) { FuseClient::DeleteConsumerRiskReportResponse.new }
22
22
 
23
- describe 'test an instance of CreateSpendPowerResponse' do
24
- it 'should create an instance of CreateSpendPowerResponse' do
25
- expect(instance).to be_instance_of(FuseClient::CreateSpendPowerResponse)
23
+ describe 'test an instance of DeleteConsumerRiskReportResponse' do
24
+ it 'should create an instance of DeleteConsumerRiskReportResponse' do
25
+ expect(instance).to be_instance_of(FuseClient::DeleteConsumerRiskReportResponse)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "id"' do
@@ -37,7 +37,7 @@ describe FuseClient::EnrichedTransaction do
37
37
  end
38
38
  end
39
39
 
40
- describe 'test attribute "name"' do
40
+ describe 'test attribute "merchant_name"' do
41
41
  it 'should work' do
42
42
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
@@ -49,80 +49,10 @@ describe FuseClient::EnrichedTransaction do
49
49
  end
50
50
  end
51
51
 
52
- describe 'test attribute "amount"' do
52
+ describe 'test attribute "categories"' do
53
53
  it 'should work' do
54
54
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
55
55
  end
56
56
  end
57
57
 
58
- describe 'test attribute "category"' do
59
- it 'should work' do
60
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
61
- end
62
- end
63
-
64
- describe 'test attribute "is_bill_pay"' do
65
- it 'should work' do
66
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
67
- end
68
- end
69
-
70
- describe 'test attribute "is_direct_deposit"' do
71
- it 'should work' do
72
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
73
- end
74
- end
75
-
76
- describe 'test attribute "is_expense"' do
77
- it 'should work' do
78
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
79
- end
80
- end
81
-
82
- describe 'test attribute "is_fee"' do
83
- it 'should work' do
84
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
85
- end
86
- end
87
-
88
- describe 'test attribute "is_income"' do
89
- it 'should work' do
90
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
91
- end
92
- end
93
-
94
- describe 'test attribute "is_international"' do
95
- it 'should work' do
96
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
97
- end
98
- end
99
-
100
- describe 'test attribute "is_overdraft_fee"' do
101
- it 'should work' do
102
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
103
- end
104
- end
105
-
106
- describe 'test attribute "is_payroll_advance"' do
107
- it 'should work' do
108
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
109
- end
110
- end
111
-
112
- describe 'test attribute "is_subscription"' do
113
- it 'should work' do
114
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
115
- end
116
- end
117
-
118
- describe 'test attribute "type"' do
119
- it 'should work' do
120
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
121
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["debit", "credit"])
122
- # validator.allowable_values.each do |value|
123
- # expect { instance.type = value }.not_to raise_error
124
- # end
125
- end
126
- end
127
-
128
58
  end
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::EvalSpendPowerRequestEventsInner
17
+ # Unit tests for FuseClient::EvalConsumerRiskReportRequestEventsInner
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::EvalSpendPowerRequestEventsInner do
21
- let(:instance) { FuseClient::EvalSpendPowerRequestEventsInner.new }
20
+ describe FuseClient::EvalConsumerRiskReportRequestEventsInner do
21
+ let(:instance) { FuseClient::EvalConsumerRiskReportRequestEventsInner.new }
22
22
 
23
- describe 'test an instance of EvalSpendPowerRequestEventsInner' do
24
- it 'should create an instance of EvalSpendPowerRequestEventsInner' do
25
- expect(instance).to be_instance_of(FuseClient::EvalSpendPowerRequestEventsInner)
23
+ describe 'test an instance of EvalConsumerRiskReportRequestEventsInner' do
24
+ it 'should create an instance of EvalConsumerRiskReportRequestEventsInner' do
25
+ expect(instance).to be_instance_of(FuseClient::EvalConsumerRiskReportRequestEventsInner)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "account_id"' do
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::EvalSpendPowerRequest
17
+ # Unit tests for FuseClient::EvalConsumerRiskReportRequest
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::EvalSpendPowerRequest do
21
- let(:instance) { FuseClient::EvalSpendPowerRequest.new }
20
+ describe FuseClient::EvalConsumerRiskReportRequest do
21
+ let(:instance) { FuseClient::EvalConsumerRiskReportRequest.new }
22
22
 
23
- describe 'test an instance of EvalSpendPowerRequest' do
24
- it 'should create an instance of EvalSpendPowerRequest' do
25
- expect(instance).to be_instance_of(FuseClient::EvalSpendPowerRequest)
23
+ describe 'test an instance of EvalConsumerRiskReportRequest' do
24
+ it 'should create an instance of EvalConsumerRiskReportRequest' do
25
+ expect(instance).to be_instance_of(FuseClient::EvalConsumerRiskReportRequest)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "window_size"' do
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::EvalSpendPowerResponse
17
+ # Unit tests for FuseClient::EvalConsumerRiskReportResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::EvalSpendPowerResponse do
21
- let(:instance) { FuseClient::EvalSpendPowerResponse.new }
20
+ describe FuseClient::EvalConsumerRiskReportResponse do
21
+ let(:instance) { FuseClient::EvalConsumerRiskReportResponse.new }
22
22
 
23
- describe 'test an instance of EvalSpendPowerResponse' do
24
- it 'should create an instance of EvalSpendPowerResponse' do
25
- expect(instance).to be_instance_of(FuseClient::EvalSpendPowerResponse)
23
+ describe 'test an instance of EvalConsumerRiskReportResponse' do
24
+ it 'should create an instance of EvalConsumerRiskReportResponse' do
25
+ expect(instance).to be_instance_of(FuseClient::EvalConsumerRiskReportResponse)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "mean_granted_above_failed_payments"' do
@@ -53,6 +53,12 @@ describe FuseClient::ExternalTransactionEvent do
53
53
  end
54
54
  end
55
55
 
56
+ describe 'test attribute "country_code"' do
57
+ it 'should work' do
58
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
59
+ end
60
+ end
61
+
56
62
  describe 'test attribute "iso_currency_code"' do
57
63
  it 'should work' do
58
64
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -65,6 +71,22 @@ describe FuseClient::ExternalTransactionEvent do
65
71
  end
66
72
  end
67
73
 
74
+ describe 'test attribute "transaction_description"' do
75
+ it 'should work' do
76
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
77
+ end
78
+ end
79
+
80
+ describe 'test attribute "transaction_owner_type"' do
81
+ it 'should work' do
82
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
83
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["consumer", "business"])
84
+ # validator.allowable_values.each do |value|
85
+ # expect { instance.transaction_owner_type = value }.not_to raise_error
86
+ # end
87
+ end
88
+ end
89
+
68
90
  describe 'test attribute "merchant_name"' do
69
91
  it 'should work' do
70
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -0,0 +1,40 @@
1
+ =begin
2
+ #Fuse
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::FinancialConnectionDetailsBasiq
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinancialConnectionDetailsBasiq do
21
+ let(:instance) { FuseClient::FinancialConnectionDetailsBasiq.new }
22
+
23
+ describe 'test an instance of FinancialConnectionDetailsBasiq' do
24
+ it 'should create an instance of FinancialConnectionDetailsBasiq' do
25
+ expect(instance).to be_instance_of(FuseClient::FinancialConnectionDetailsBasiq)
26
+ end
27
+ end
28
+ describe 'test attribute "user_id"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "connection_id"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
+ end
38
+ end
39
+
40
+ end