increase 1.351.0 → 1.353.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/increase/models/account_statement.rb +12 -4
  4. data/lib/increase/models/balance_lookup.rb +1 -59
  5. data/lib/increase/models/beneficial_owner_create_params.rb +3 -0
  6. data/lib/increase/models/beneficial_owner_update_params.rb +3 -0
  7. data/lib/increase/models/card_payment.rb +1174 -2
  8. data/lib/increase/models/check_transfer.rb +15 -9
  9. data/lib/increase/models/entity.rb +18 -0
  10. data/lib/increase/models/entity_beneficial_owner.rb +3 -0
  11. data/lib/increase/models/entity_create_params.rb +36 -20
  12. data/lib/increase/models/entity_update_params.rb +33 -20
  13. data/lib/increase/models/event.rb +12 -0
  14. data/lib/increase/models/event_list_params.rb +12 -0
  15. data/lib/increase/models/event_subscription.rb +12 -0
  16. data/lib/increase/models/event_subscription_create_params.rb +12 -0
  17. data/lib/increase/models/inbound_ach_transfer.rb +9 -1
  18. data/lib/increase/models/pending_transaction.rb +121 -1
  19. data/lib/increase/models/pending_transaction_list_params.rb +6 -0
  20. data/lib/increase/models/simulations/physical_card_create_params.rb +9 -6
  21. data/lib/increase/models/transaction.rb +1277 -3
  22. data/lib/increase/models/transaction_list_params.rb +6 -0
  23. data/lib/increase/models/unwrap_webhook_event.rb +12 -0
  24. data/lib/increase/models/wire_drawdown_request.rb +3 -3
  25. data/lib/increase/models/wire_drawdown_request_list_params.rb +3 -3
  26. data/lib/increase/resources/simulations/account_statements.rb +2 -1
  27. data/lib/increase/resources/simulations/physical_cards.rb +5 -3
  28. data/lib/increase/version.rb +1 -1
  29. data/rbi/increase/models/account_statement.rbi +12 -4
  30. data/rbi/increase/models/balance_lookup.rbi +3 -87
  31. data/rbi/increase/models/beneficial_owner_create_params.rbi +7 -0
  32. data/rbi/increase/models/beneficial_owner_update_params.rbi +7 -0
  33. data/rbi/increase/models/card_payment.rbi +5276 -2964
  34. data/rbi/increase/models/check_transfer.rbi +15 -9
  35. data/rbi/increase/models/entity.rbi +42 -0
  36. data/rbi/increase/models/entity_beneficial_owner.rbi +7 -0
  37. data/rbi/increase/models/entity_create_params.rbi +46 -21
  38. data/rbi/increase/models/entity_update_params.rbi +39 -21
  39. data/rbi/increase/models/event.rbi +28 -0
  40. data/rbi/increase/models/event_list_params.rbi +28 -0
  41. data/rbi/increase/models/event_subscription.rbi +28 -0
  42. data/rbi/increase/models/event_subscription_create_params.rbi +28 -0
  43. data/rbi/increase/models/inbound_ach_transfer.rbi +8 -0
  44. data/rbi/increase/models/pending_transaction.rbi +254 -0
  45. data/rbi/increase/models/pending_transaction_list_params.rbi +14 -0
  46. data/rbi/increase/models/simulations/physical_card_create_params.rbi +8 -6
  47. data/rbi/increase/models/transaction.rbi +4848 -2358
  48. data/rbi/increase/models/transaction_list_params.rbi +14 -0
  49. data/rbi/increase/models/unwrap_webhook_event.rbi +28 -0
  50. data/rbi/increase/models/wire_drawdown_request.rbi +4 -4
  51. data/rbi/increase/models/wire_drawdown_request_list_params.rbi +6 -6
  52. data/rbi/increase/resources/simulations/account_statements.rbi +2 -1
  53. data/rbi/increase/resources/simulations/physical_cards.rbi +4 -3
  54. data/sig/increase/models/balance_lookup.rbs +3 -42
  55. data/sig/increase/models/beneficial_owner_create_params.rbs +4 -0
  56. data/sig/increase/models/beneficial_owner_update_params.rbs +4 -0
  57. data/sig/increase/models/card_payment.rbs +1186 -0
  58. data/sig/increase/models/entity.rbs +24 -0
  59. data/sig/increase/models/entity_beneficial_owner.rbs +4 -0
  60. data/sig/increase/models/entity_create_params.rbs +24 -11
  61. data/sig/increase/models/entity_update_params.rbs +20 -11
  62. data/sig/increase/models/event.rbs +16 -0
  63. data/sig/increase/models/event_list_params.rbs +16 -0
  64. data/sig/increase/models/event_subscription.rbs +16 -0
  65. data/sig/increase/models/event_subscription_create_params.rbs +16 -0
  66. data/sig/increase/models/inbound_ach_transfer.rbs +5 -0
  67. data/sig/increase/models/pending_transaction.rbs +84 -0
  68. data/sig/increase/models/pending_transaction_list_params.rbs +8 -0
  69. data/sig/increase/models/transaction.rbs +1236 -0
  70. data/sig/increase/models/transaction_list_params.rbs +8 -0
  71. data/sig/increase/models/unwrap_webhook_event.rbs +16 -0
  72. data/sig/increase/models/wire_drawdown_request.rbs +4 -4
  73. data/sig/increase/models/wire_drawdown_request_list_params.rbs +4 -4
  74. metadata +2 -2
@@ -6387,6 +6387,7 @@ module Increase
6387
6387
  {
6388
6388
  car_rental: Increase::CardPayment::Element::CardRefund::PurchaseDetails::CarRental?,
6389
6389
  customer_reference_identifier: String?,
6390
+ fleet: Increase::CardPayment::Element::CardRefund::PurchaseDetails::Fleet?,
6390
6391
  local_tax_amount: Integer?,
6391
6392
  local_tax_currency: String?,
6392
6393
  lodging: Increase::CardPayment::Element::CardRefund::PurchaseDetails::Lodging?,
@@ -6402,6 +6403,8 @@ module Increase
6402
6403
 
6403
6404
  attr_accessor customer_reference_identifier: String?
6404
6405
 
6406
+ attr_accessor fleet: Increase::CardPayment::Element::CardRefund::PurchaseDetails::Fleet?
6407
+
6405
6408
  attr_accessor local_tax_amount: Integer?
6406
6409
 
6407
6410
  attr_accessor local_tax_currency: String?
@@ -6421,6 +6424,7 @@ module Increase
6421
6424
  def initialize: (
6422
6425
  car_rental: Increase::CardPayment::Element::CardRefund::PurchaseDetails::CarRental?,
6423
6426
  customer_reference_identifier: String?,
6427
+ fleet: Increase::CardPayment::Element::CardRefund::PurchaseDetails::Fleet?,
6424
6428
  local_tax_amount: Integer?,
6425
6429
  local_tax_currency: String?,
6426
6430
  lodging: Increase::CardPayment::Element::CardRefund::PurchaseDetails::Lodging?,
@@ -6434,6 +6438,7 @@ module Increase
6434
6438
  def to_hash: -> {
6435
6439
  car_rental: Increase::CardPayment::Element::CardRefund::PurchaseDetails::CarRental?,
6436
6440
  customer_reference_identifier: String?,
6441
+ fleet: Increase::CardPayment::Element::CardRefund::PurchaseDetails::Fleet?,
6437
6442
  local_tax_amount: Integer?,
6438
6443
  local_tax_currency: String?,
6439
6444
  lodging: Increase::CardPayment::Element::CardRefund::PurchaseDetails::Lodging?,
@@ -6583,6 +6588,594 @@ module Increase
6583
6588
  end
6584
6589
  end
6585
6590
 
6591
+ type fleet =
6592
+ {
6593
+ employee_number: String?,
6594
+ fuel_quantity: String?,
6595
+ fuel_type: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::fuel_type?,
6596
+ fuel_unit_cost_amount: Integer?,
6597
+ fuel_unit_cost_currency: String?,
6598
+ fuel_unit_of_measure: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::fuel_unit_of_measure?,
6599
+ gross_fuel_price_amount: Integer?,
6600
+ gross_fuel_price_currency: String?,
6601
+ gross_non_fuel_price_amount: Integer?,
6602
+ gross_non_fuel_price_currency: String?,
6603
+ net_fuel_price_amount: Integer?,
6604
+ net_fuel_price_currency: String?,
6605
+ net_non_fuel_price_amount: Integer?,
6606
+ net_non_fuel_price_currency: String?,
6607
+ odometer_reading: Integer?,
6608
+ purchase_type: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::purchase_type?,
6609
+ service_type: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::service_type?,
6610
+ trailer_number: String?
6611
+ }
6612
+
6613
+ class Fleet < Increase::Internal::Type::BaseModel
6614
+ attr_accessor employee_number: String?
6615
+
6616
+ attr_accessor fuel_quantity: String?
6617
+
6618
+ attr_accessor fuel_type: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::fuel_type?
6619
+
6620
+ attr_accessor fuel_unit_cost_amount: Integer?
6621
+
6622
+ attr_accessor fuel_unit_cost_currency: String?
6623
+
6624
+ attr_accessor fuel_unit_of_measure: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::fuel_unit_of_measure?
6625
+
6626
+ attr_accessor gross_fuel_price_amount: Integer?
6627
+
6628
+ attr_accessor gross_fuel_price_currency: String?
6629
+
6630
+ attr_accessor gross_non_fuel_price_amount: Integer?
6631
+
6632
+ attr_accessor gross_non_fuel_price_currency: String?
6633
+
6634
+ attr_accessor net_fuel_price_amount: Integer?
6635
+
6636
+ attr_accessor net_fuel_price_currency: String?
6637
+
6638
+ attr_accessor net_non_fuel_price_amount: Integer?
6639
+
6640
+ attr_accessor net_non_fuel_price_currency: String?
6641
+
6642
+ attr_accessor odometer_reading: Integer?
6643
+
6644
+ attr_accessor purchase_type: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::purchase_type?
6645
+
6646
+ attr_accessor service_type: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::service_type?
6647
+
6648
+ attr_accessor trailer_number: String?
6649
+
6650
+ def initialize: (
6651
+ employee_number: String?,
6652
+ fuel_quantity: String?,
6653
+ fuel_type: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::fuel_type?,
6654
+ fuel_unit_cost_amount: Integer?,
6655
+ fuel_unit_cost_currency: String?,
6656
+ fuel_unit_of_measure: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::fuel_unit_of_measure?,
6657
+ gross_fuel_price_amount: Integer?,
6658
+ gross_fuel_price_currency: String?,
6659
+ gross_non_fuel_price_amount: Integer?,
6660
+ gross_non_fuel_price_currency: String?,
6661
+ net_fuel_price_amount: Integer?,
6662
+ net_fuel_price_currency: String?,
6663
+ net_non_fuel_price_amount: Integer?,
6664
+ net_non_fuel_price_currency: String?,
6665
+ odometer_reading: Integer?,
6666
+ purchase_type: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::purchase_type?,
6667
+ service_type: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::service_type?,
6668
+ trailer_number: String?
6669
+ ) -> void
6670
+
6671
+ def to_hash: -> {
6672
+ employee_number: String?,
6673
+ fuel_quantity: String?,
6674
+ fuel_type: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::fuel_type?,
6675
+ fuel_unit_cost_amount: Integer?,
6676
+ fuel_unit_cost_currency: String?,
6677
+ fuel_unit_of_measure: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::fuel_unit_of_measure?,
6678
+ gross_fuel_price_amount: Integer?,
6679
+ gross_fuel_price_currency: String?,
6680
+ gross_non_fuel_price_amount: Integer?,
6681
+ gross_non_fuel_price_currency: String?,
6682
+ net_fuel_price_amount: Integer?,
6683
+ net_fuel_price_currency: String?,
6684
+ net_non_fuel_price_amount: Integer?,
6685
+ net_non_fuel_price_currency: String?,
6686
+ odometer_reading: Integer?,
6687
+ purchase_type: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::purchase_type?,
6688
+ service_type: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::service_type?,
6689
+ trailer_number: String?
6690
+ }
6691
+
6692
+ type fuel_type =
6693
+ :regular
6694
+ | :mid_or_plus
6695
+ | :premium_or_super
6696
+ | :mid_or_plus_2
6697
+ | :premium_or_super_2
6698
+ | :regular_ethanol_5_blend_non_us
6699
+ | :mid_or_plus_ethanol_5_blend_non_us
6700
+ | :premium_or_super_ethanol_5_blend_non_us
6701
+ | :ethanol_7_7_blend
6702
+ | :mid_or_plus_2_ethanol_5_blend_non_us
6703
+ | :green_gasoline_regular
6704
+ | :green_gasoline_mid_or_plus
6705
+ | :green_gasoline_premium_or_super
6706
+ | :regular_diesel_2
6707
+ | :premium_diesel_2
6708
+ | :regular_diesel_1
6709
+ | :compressed_natural_gas
6710
+ | :liquid_propane_gas
6711
+ | :liquid_natural_gas
6712
+ | :e85
6713
+ | :regular_reformulated
6714
+ | :mid_or_plus_reformulated
6715
+ | :premium_or_super_reformulated
6716
+ | :mid_or_plus_2_reformulated
6717
+ | :premium_or_super_2_reformulated
6718
+ | :diesel_off_road_1_2_non_taxable
6719
+ | :diesel_off_road_non_taxable
6720
+ | :biodiesel_blend_off_road_non_taxable
6721
+ | :racing_fuel
6722
+ | :mid_or_plus_2_ethanol_10_blend
6723
+ | :premium_or_super_2_ethanol_10_blend
6724
+ | :mid_or_plus_ethanol_2_15_blend
6725
+ | :premium_or_super_ethanol_2_15_blend
6726
+ | :premium_or_super_2_ethanol_5_blend_non_us
6727
+ | :regular_ethanol_10_blend
6728
+ | :mid_or_plus_ethanol_10_blend
6729
+ | :premium_or_super_ethanol_10_blend
6730
+ | :b2_diesel_blend_2_biodiesel
6731
+ | :b5_diesel_blend_5_biodiesel
6732
+ | :b10_diesel_blend_10_biodiesel
6733
+ | :b11_diesel_blend_11_biodiesel
6734
+ | :b15_diesel_blend_15_biodiesel
6735
+ | :b20_diesel_blend_20_biodiesel
6736
+ | :b100_diesel_blend_100_biodiesel
6737
+ | :b1_diesel_blend_1_biodiesel
6738
+ | :additized_diesel_2
6739
+ | :additized_diesel_3
6740
+ | :b7_diesel_blend_7_biodiesel_non_us
6741
+ | :b7_premium_diesel_blend_7_biodiesel_non_us
6742
+ | :renewable_diesel_r95_or_greater
6743
+ | :renewable_diesel_biodiesel_6_to_20
6744
+ | :diesel_exhaust_fluid_pump
6745
+ | :premium_diesel_1
6746
+ | :regular_ethanol_15_blend
6747
+ | :mid_or_plus_ethanol_15_blend
6748
+ | :premium_or_super_ethanol_15_blend
6749
+ | :premium_diesel_blend_less_than_20_biodiesel
6750
+ | :premium_diesel_blend_20_or_more_biodiesel
6751
+ | :b75_diesel_blend_75_biodiesel
6752
+ | :b99_diesel_blend_99_biodiesel
6753
+ | :reserved_for_preauthorization_use_only
6754
+ | :undefined_fuel_reserved_for_proprietary_use
6755
+ | :miscellaneous_fuel
6756
+ | :jet_fuel
6757
+ | :aviation_fuel_regular
6758
+ | :aviation_fuel_premium
6759
+ | :aviation_fuel_jp8
6760
+ | :aviation_fuel_4
6761
+ | :aviation_fuel_5
6762
+ | :biojet_diesel
6763
+ | :aviation_biofuel_gasoline
6764
+ | :undefined_aviation_fuel_reserved_for_proprietary_use
6765
+ | :miscellaneous_aviation_fuel
6766
+ | :marine_fuel_1
6767
+ | :marine_fuel_2
6768
+ | :marine_fuel_3
6769
+ | :marine_fuel_4
6770
+ | :marine_fuel_5
6771
+ | :marine_other
6772
+ | :marine_diesel
6773
+ | :miscellaneous_marine_fuel
6774
+ | :kerosene_low_sulfur
6775
+ | :white_gas
6776
+ | :heating_oil
6777
+ | :other_fuel_non_taxable
6778
+ | :kerosene_ultra_low_sulfur
6779
+ | :electric_vehicle_charging_level_1_110_volt
6780
+ | :electric_vehicle_charging_level_2_240_volt
6781
+ | :electric_vehicle_charging_level_3_480_volt
6782
+ | :renewable_diesel_r95_or_greater_off_road_non_taxable
6783
+ | :biodiesel_blend_1_off_road_non_taxable
6784
+ | :biodiesel_blend_75_off_road_non_taxable
6785
+ | :biodiesel_blend_99_off_road_non_taxable
6786
+ | :biodiesel_blend_100_off_road_non_taxable
6787
+ | :renewable_diesel_biodiesel_6_to_20_off_road_non_taxable
6788
+ | :electric_vehicle_charging_level_4_800_volt
6789
+ | :electric_vehicle_charging_level_5_megawatt
6790
+ | :hydrotreated_vegetable_oil_100
6791
+ | :bio_compressed_natural_gas
6792
+ | :miscellaneous_other_fuel
6793
+
6794
+ module FuelType
6795
+ extend Increase::Internal::Type::Enum
6796
+
6797
+ # Regular
6798
+ REGULAR: :regular
6799
+
6800
+ # Mid or plus
6801
+ MID_OR_PLUS: :mid_or_plus
6802
+
6803
+ # Premium or super
6804
+ PREMIUM_OR_SUPER: :premium_or_super
6805
+
6806
+ # Mid or plus 2
6807
+ MID_OR_PLUS_2: :mid_or_plus_2
6808
+
6809
+ # Premium or super 2
6810
+ PREMIUM_OR_SUPER_2: :premium_or_super_2
6811
+
6812
+ # Regular ethanol 5% blend outside the United States
6813
+ REGULAR_ETHANOL_5_BLEND_NON_US: :regular_ethanol_5_blend_non_us
6814
+
6815
+ # Mid or plus ethanol 5% blend outside the United States
6816
+ MID_OR_PLUS_ETHANOL_5_BLEND_NON_US: :mid_or_plus_ethanol_5_blend_non_us
6817
+
6818
+ # Premium or super ethanol 5% blend outside the United States
6819
+ PREMIUM_OR_SUPER_ETHANOL_5_BLEND_NON_US: :premium_or_super_ethanol_5_blend_non_us
6820
+
6821
+ # Ethanol 7.7% blend
6822
+ ETHANOL_7_7_BLEND: :ethanol_7_7_blend
6823
+
6824
+ # Mid or plus 2 ethanol 5% blend outside the United States
6825
+ MID_OR_PLUS_2_ETHANOL_5_BLEND_NON_US: :mid_or_plus_2_ethanol_5_blend_non_us
6826
+
6827
+ # Green gasoline regular
6828
+ GREEN_GASOLINE_REGULAR: :green_gasoline_regular
6829
+
6830
+ # Green gasoline mid or plus
6831
+ GREEN_GASOLINE_MID_OR_PLUS: :green_gasoline_mid_or_plus
6832
+
6833
+ # Green gasoline premium or super
6834
+ GREEN_GASOLINE_PREMIUM_OR_SUPER: :green_gasoline_premium_or_super
6835
+
6836
+ # Regular diesel 2
6837
+ REGULAR_DIESEL_2: :regular_diesel_2
6838
+
6839
+ # Premium diesel 2
6840
+ PREMIUM_DIESEL_2: :premium_diesel_2
6841
+
6842
+ # Regular diesel 1
6843
+ REGULAR_DIESEL_1: :regular_diesel_1
6844
+
6845
+ # Compressed natural gas
6846
+ COMPRESSED_NATURAL_GAS: :compressed_natural_gas
6847
+
6848
+ # Liquid propane gas
6849
+ LIQUID_PROPANE_GAS: :liquid_propane_gas
6850
+
6851
+ # Liquid natural gas
6852
+ LIQUID_NATURAL_GAS: :liquid_natural_gas
6853
+
6854
+ # E85
6855
+ E85: :e85
6856
+
6857
+ # Regular reformulated
6858
+ REGULAR_REFORMULATED: :regular_reformulated
6859
+
6860
+ # Mid or plus reformulated
6861
+ MID_OR_PLUS_REFORMULATED: :mid_or_plus_reformulated
6862
+
6863
+ # Premium or super reformulated
6864
+ PREMIUM_OR_SUPER_REFORMULATED: :premium_or_super_reformulated
6865
+
6866
+ # Mid or plus 2 reformulated
6867
+ MID_OR_PLUS_2_REFORMULATED: :mid_or_plus_2_reformulated
6868
+
6869
+ # Premium or super 2 reformulated
6870
+ PREMIUM_OR_SUPER_2_REFORMULATED: :premium_or_super_2_reformulated
6871
+
6872
+ # Diesel off-road 1/2 non-taxable
6873
+ DIESEL_OFF_ROAD_1_2_NON_TAXABLE: :diesel_off_road_1_2_non_taxable
6874
+
6875
+ # Diesel off-road non-taxable
6876
+ DIESEL_OFF_ROAD_NON_TAXABLE: :diesel_off_road_non_taxable
6877
+
6878
+ # Biodiesel blend off-road non-taxable
6879
+ BIODIESEL_BLEND_OFF_ROAD_NON_TAXABLE: :biodiesel_blend_off_road_non_taxable
6880
+
6881
+ # Racing fuel
6882
+ RACING_FUEL: :racing_fuel
6883
+
6884
+ # Mid or plus 2 ethanol 10% blend
6885
+ MID_OR_PLUS_2_ETHANOL_10_BLEND: :mid_or_plus_2_ethanol_10_blend
6886
+
6887
+ # Premium or super 2 ethanol 10% blend
6888
+ PREMIUM_OR_SUPER_2_ETHANOL_10_BLEND: :premium_or_super_2_ethanol_10_blend
6889
+
6890
+ # Mid or plus ethanol 2–15% blend
6891
+ MID_OR_PLUS_ETHANOL_2_15_BLEND: :mid_or_plus_ethanol_2_15_blend
6892
+
6893
+ # Premium or super ethanol 2–15% blend
6894
+ PREMIUM_OR_SUPER_ETHANOL_2_15_BLEND: :premium_or_super_ethanol_2_15_blend
6895
+
6896
+ # Premium or super 2 ethanol 5% blend outside the United States
6897
+ PREMIUM_OR_SUPER_2_ETHANOL_5_BLEND_NON_US: :premium_or_super_2_ethanol_5_blend_non_us
6898
+
6899
+ # Regular ethanol 10% blend
6900
+ REGULAR_ETHANOL_10_BLEND: :regular_ethanol_10_blend
6901
+
6902
+ # Mid or plus ethanol 10% blend
6903
+ MID_OR_PLUS_ETHANOL_10_BLEND: :mid_or_plus_ethanol_10_blend
6904
+
6905
+ # Premium or super ethanol 10% blend
6906
+ PREMIUM_OR_SUPER_ETHANOL_10_BLEND: :premium_or_super_ethanol_10_blend
6907
+
6908
+ # B2 diesel blend 2% biodiesel
6909
+ B2_DIESEL_BLEND_2_BIODIESEL: :b2_diesel_blend_2_biodiesel
6910
+
6911
+ # B5 diesel blend 5% biodiesel
6912
+ B5_DIESEL_BLEND_5_BIODIESEL: :b5_diesel_blend_5_biodiesel
6913
+
6914
+ # B10 diesel blend 10% biodiesel
6915
+ B10_DIESEL_BLEND_10_BIODIESEL: :b10_diesel_blend_10_biodiesel
6916
+
6917
+ # B11 diesel blend 11% biodiesel
6918
+ B11_DIESEL_BLEND_11_BIODIESEL: :b11_diesel_blend_11_biodiesel
6919
+
6920
+ # B15 diesel blend 15% biodiesel
6921
+ B15_DIESEL_BLEND_15_BIODIESEL: :b15_diesel_blend_15_biodiesel
6922
+
6923
+ # B20 diesel blend 20% biodiesel
6924
+ B20_DIESEL_BLEND_20_BIODIESEL: :b20_diesel_blend_20_biodiesel
6925
+
6926
+ # B100 diesel blend 100% biodiesel
6927
+ B100_DIESEL_BLEND_100_BIODIESEL: :b100_diesel_blend_100_biodiesel
6928
+
6929
+ # B1 diesel blend 1% biodiesel
6930
+ B1_DIESEL_BLEND_1_BIODIESEL: :b1_diesel_blend_1_biodiesel
6931
+
6932
+ # Additized diesel 2
6933
+ ADDITIZED_DIESEL_2: :additized_diesel_2
6934
+
6935
+ # Additized diesel 3
6936
+ ADDITIZED_DIESEL_3: :additized_diesel_3
6937
+
6938
+ # B7 diesel blend 7% biodiesel outside the United States
6939
+ B7_DIESEL_BLEND_7_BIODIESEL_NON_US: :b7_diesel_blend_7_biodiesel_non_us
6940
+
6941
+ # B7 premium diesel blend 7% biodiesel outside the United States
6942
+ B7_PREMIUM_DIESEL_BLEND_7_BIODIESEL_NON_US: :b7_premium_diesel_blend_7_biodiesel_non_us
6943
+
6944
+ # Renewable diesel R95 or greater
6945
+ RENEWABLE_DIESEL_R95_OR_GREATER: :renewable_diesel_r95_or_greater
6946
+
6947
+ # Renewable diesel biodiesel 6% to 20%
6948
+ RENEWABLE_DIESEL_BIODIESEL_6_TO_20: :renewable_diesel_biodiesel_6_to_20
6949
+
6950
+ # Diesel exhaust fluid pump
6951
+ DIESEL_EXHAUST_FLUID_PUMP: :diesel_exhaust_fluid_pump
6952
+
6953
+ # Premium diesel 1
6954
+ PREMIUM_DIESEL_1: :premium_diesel_1
6955
+
6956
+ # Regular ethanol 15% blend
6957
+ REGULAR_ETHANOL_15_BLEND: :regular_ethanol_15_blend
6958
+
6959
+ # Mid or plus ethanol 15% blend
6960
+ MID_OR_PLUS_ETHANOL_15_BLEND: :mid_or_plus_ethanol_15_blend
6961
+
6962
+ # Premium or super ethanol 15% blend
6963
+ PREMIUM_OR_SUPER_ETHANOL_15_BLEND: :premium_or_super_ethanol_15_blend
6964
+
6965
+ # Premium diesel blend less than 20% biodiesel
6966
+ PREMIUM_DIESEL_BLEND_LESS_THAN_20_BIODIESEL: :premium_diesel_blend_less_than_20_biodiesel
6967
+
6968
+ # Premium diesel blend 20% or more biodiesel
6969
+ PREMIUM_DIESEL_BLEND_20_OR_MORE_BIODIESEL: :premium_diesel_blend_20_or_more_biodiesel
6970
+
6971
+ # B75 diesel blend 75% biodiesel
6972
+ B75_DIESEL_BLEND_75_BIODIESEL: :b75_diesel_blend_75_biodiesel
6973
+
6974
+ # B99 diesel blend 99% biodiesel
6975
+ B99_DIESEL_BLEND_99_BIODIESEL: :b99_diesel_blend_99_biodiesel
6976
+
6977
+ # Reserved for preauthorization use only
6978
+ RESERVED_FOR_PREAUTHORIZATION_USE_ONLY: :reserved_for_preauthorization_use_only
6979
+
6980
+ # Undefined fuel reserved for proprietary use
6981
+ UNDEFINED_FUEL_RESERVED_FOR_PROPRIETARY_USE: :undefined_fuel_reserved_for_proprietary_use
6982
+
6983
+ # Miscellaneous fuel
6984
+ MISCELLANEOUS_FUEL: :miscellaneous_fuel
6985
+
6986
+ # Jet fuel
6987
+ JET_FUEL: :jet_fuel
6988
+
6989
+ # Aviation fuel regular
6990
+ AVIATION_FUEL_REGULAR: :aviation_fuel_regular
6991
+
6992
+ # Aviation fuel premium
6993
+ AVIATION_FUEL_PREMIUM: :aviation_fuel_premium
6994
+
6995
+ # Aviation fuel JP8
6996
+ AVIATION_FUEL_JP8: :aviation_fuel_jp8
6997
+
6998
+ # Aviation fuel 4
6999
+ AVIATION_FUEL_4: :aviation_fuel_4
7000
+
7001
+ # Aviation fuel 5
7002
+ AVIATION_FUEL_5: :aviation_fuel_5
7003
+
7004
+ # Biojet diesel
7005
+ BIOJET_DIESEL: :biojet_diesel
7006
+
7007
+ # Aviation biofuel gasoline
7008
+ AVIATION_BIOFUEL_GASOLINE: :aviation_biofuel_gasoline
7009
+
7010
+ # Undefined aviation fuel reserved for proprietary use
7011
+ UNDEFINED_AVIATION_FUEL_RESERVED_FOR_PROPRIETARY_USE: :undefined_aviation_fuel_reserved_for_proprietary_use
7012
+
7013
+ # Miscellaneous aviation fuel
7014
+ MISCELLANEOUS_AVIATION_FUEL: :miscellaneous_aviation_fuel
7015
+
7016
+ # Marine fuel 1
7017
+ MARINE_FUEL_1: :marine_fuel_1
7018
+
7019
+ # Marine fuel 2
7020
+ MARINE_FUEL_2: :marine_fuel_2
7021
+
7022
+ # Marine fuel 3
7023
+ MARINE_FUEL_3: :marine_fuel_3
7024
+
7025
+ # Marine fuel 4
7026
+ MARINE_FUEL_4: :marine_fuel_4
7027
+
7028
+ # Marine fuel 5
7029
+ MARINE_FUEL_5: :marine_fuel_5
7030
+
7031
+ # Marine other
7032
+ MARINE_OTHER: :marine_other
7033
+
7034
+ # Marine diesel
7035
+ MARINE_DIESEL: :marine_diesel
7036
+
7037
+ # Miscellaneous marine fuel
7038
+ MISCELLANEOUS_MARINE_FUEL: :miscellaneous_marine_fuel
7039
+
7040
+ # Kerosene low sulfur
7041
+ KEROSENE_LOW_SULFUR: :kerosene_low_sulfur
7042
+
7043
+ # White gas
7044
+ WHITE_GAS: :white_gas
7045
+
7046
+ # Heating oil
7047
+ HEATING_OIL: :heating_oil
7048
+
7049
+ # Other fuel non-taxable
7050
+ OTHER_FUEL_NON_TAXABLE: :other_fuel_non_taxable
7051
+
7052
+ # Kerosene ultra low sulfur
7053
+ KEROSENE_ULTRA_LOW_SULFUR: :kerosene_ultra_low_sulfur
7054
+
7055
+ # Electric vehicle charging level 1 110 volt
7056
+ ELECTRIC_VEHICLE_CHARGING_LEVEL_1_110_VOLT: :electric_vehicle_charging_level_1_110_volt
7057
+
7058
+ # Electric vehicle charging level 2 240 volt
7059
+ ELECTRIC_VEHICLE_CHARGING_LEVEL_2_240_VOLT: :electric_vehicle_charging_level_2_240_volt
7060
+
7061
+ # Electric vehicle charging level 3 480 volt
7062
+ ELECTRIC_VEHICLE_CHARGING_LEVEL_3_480_VOLT: :electric_vehicle_charging_level_3_480_volt
7063
+
7064
+ # Renewable diesel R95 or greater off-road non-taxable
7065
+ RENEWABLE_DIESEL_R95_OR_GREATER_OFF_ROAD_NON_TAXABLE: :renewable_diesel_r95_or_greater_off_road_non_taxable
7066
+
7067
+ # Biodiesel blend 1% off-road non-taxable
7068
+ BIODIESEL_BLEND_1_OFF_ROAD_NON_TAXABLE: :biodiesel_blend_1_off_road_non_taxable
7069
+
7070
+ # Biodiesel blend 75% off-road non-taxable
7071
+ BIODIESEL_BLEND_75_OFF_ROAD_NON_TAXABLE: :biodiesel_blend_75_off_road_non_taxable
7072
+
7073
+ # Biodiesel blend 99% off-road non-taxable
7074
+ BIODIESEL_BLEND_99_OFF_ROAD_NON_TAXABLE: :biodiesel_blend_99_off_road_non_taxable
7075
+
7076
+ # Biodiesel blend 100% off-road non-taxable
7077
+ BIODIESEL_BLEND_100_OFF_ROAD_NON_TAXABLE: :biodiesel_blend_100_off_road_non_taxable
7078
+
7079
+ # Renewable diesel biodiesel 6% to 20% off-road non-taxable
7080
+ RENEWABLE_DIESEL_BIODIESEL_6_TO_20_OFF_ROAD_NON_TAXABLE: :renewable_diesel_biodiesel_6_to_20_off_road_non_taxable
7081
+
7082
+ # Electric vehicle charging level 4 800 volt
7083
+ ELECTRIC_VEHICLE_CHARGING_LEVEL_4_800_VOLT: :electric_vehicle_charging_level_4_800_volt
7084
+
7085
+ # Electric vehicle charging level 5 megawatt
7086
+ ELECTRIC_VEHICLE_CHARGING_LEVEL_5_MEGAWATT: :electric_vehicle_charging_level_5_megawatt
7087
+
7088
+ # Hydrotreated vegetable oil 100
7089
+ HYDROTREATED_VEGETABLE_OIL_100: :hydrotreated_vegetable_oil_100
7090
+
7091
+ # Bio compressed natural gas
7092
+ BIO_COMPRESSED_NATURAL_GAS: :bio_compressed_natural_gas
7093
+
7094
+ # Miscellaneous other fuel
7095
+ MISCELLANEOUS_OTHER_FUEL: :miscellaneous_other_fuel
7096
+
7097
+ def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::fuel_type]
7098
+ end
7099
+
7100
+ type fuel_unit_of_measure =
7101
+ :liter
7102
+ | :us_gallon
7103
+ | :imperial_gallon
7104
+ | :kilogram
7105
+ | :pound
7106
+ | :charging_minutes
7107
+ | :kilowatt_hour
7108
+
7109
+ module FuelUnitOfMeasure
7110
+ extend Increase::Internal::Type::Enum
7111
+
7112
+ # Liter
7113
+ LITER: :liter
7114
+
7115
+ # US gallon
7116
+ US_GALLON: :us_gallon
7117
+
7118
+ # Imperial gallon
7119
+ IMPERIAL_GALLON: :imperial_gallon
7120
+
7121
+ # Kilogram
7122
+ KILOGRAM: :kilogram
7123
+
7124
+ # Pound
7125
+ POUND: :pound
7126
+
7127
+ # Charging minutes
7128
+ CHARGING_MINUTES: :charging_minutes
7129
+
7130
+ # Kilowatt hour
7131
+ KILOWATT_HOUR: :kilowatt_hour
7132
+
7133
+ def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::fuel_unit_of_measure]
7134
+ end
7135
+
7136
+ type purchase_type =
7137
+ :fuel_purchase
7138
+ | :non_fuel_purchase
7139
+ | :fuel_and_non_fuel_purchase
7140
+ | :fuel_purchase_with_multiple_fuel_types
7141
+
7142
+ module PurchaseType
7143
+ extend Increase::Internal::Type::Enum
7144
+
7145
+ # Fuel purchase
7146
+ FUEL_PURCHASE: :fuel_purchase
7147
+
7148
+ # Non-fuel purchase
7149
+ NON_FUEL_PURCHASE: :non_fuel_purchase
7150
+
7151
+ # Fuel and non-fuel purchase
7152
+ FUEL_AND_NON_FUEL_PURCHASE: :fuel_and_non_fuel_purchase
7153
+
7154
+ # Fuel purchase with multiple fuel types
7155
+ FUEL_PURCHASE_WITH_MULTIPLE_FUEL_TYPES: :fuel_purchase_with_multiple_fuel_types
7156
+
7157
+ def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::purchase_type]
7158
+ end
7159
+
7160
+ type service_type =
7161
+ :full_service | :self_service | :high_speed_dispense
7162
+
7163
+ module ServiceType
7164
+ extend Increase::Internal::Type::Enum
7165
+
7166
+ # Full service
7167
+ FULL_SERVICE: :full_service
7168
+
7169
+ # Self service
7170
+ SELF_SERVICE: :self_service
7171
+
7172
+ # High speed dispense
7173
+ HIGH_SPEED_DISPENSE: :high_speed_dispense
7174
+
7175
+ def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Fleet::service_type]
7176
+ end
7177
+ end
7178
+
6586
7179
  type lodging =
6587
7180
  {
6588
7181
  check_in_date: Date?,
@@ -7979,6 +8572,7 @@ module Increase
7979
8572
  {
7980
8573
  car_rental: Increase::CardPayment::Element::CardSettlement::PurchaseDetails::CarRental?,
7981
8574
  customer_reference_identifier: String?,
8575
+ fleet: Increase::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet?,
7982
8576
  local_tax_amount: Integer?,
7983
8577
  local_tax_currency: String?,
7984
8578
  lodging: Increase::CardPayment::Element::CardSettlement::PurchaseDetails::Lodging?,
@@ -7994,6 +8588,8 @@ module Increase
7994
8588
 
7995
8589
  attr_accessor customer_reference_identifier: String?
7996
8590
 
8591
+ attr_accessor fleet: Increase::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet?
8592
+
7997
8593
  attr_accessor local_tax_amount: Integer?
7998
8594
 
7999
8595
  attr_accessor local_tax_currency: String?
@@ -8013,6 +8609,7 @@ module Increase
8013
8609
  def initialize: (
8014
8610
  car_rental: Increase::CardPayment::Element::CardSettlement::PurchaseDetails::CarRental?,
8015
8611
  customer_reference_identifier: String?,
8612
+ fleet: Increase::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet?,
8016
8613
  local_tax_amount: Integer?,
8017
8614
  local_tax_currency: String?,
8018
8615
  lodging: Increase::CardPayment::Element::CardSettlement::PurchaseDetails::Lodging?,
@@ -8026,6 +8623,7 @@ module Increase
8026
8623
  def to_hash: -> {
8027
8624
  car_rental: Increase::CardPayment::Element::CardSettlement::PurchaseDetails::CarRental?,
8028
8625
  customer_reference_identifier: String?,
8626
+ fleet: Increase::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet?,
8029
8627
  local_tax_amount: Integer?,
8030
8628
  local_tax_currency: String?,
8031
8629
  lodging: Increase::CardPayment::Element::CardSettlement::PurchaseDetails::Lodging?,
@@ -8175,6 +8773,594 @@ module Increase
8175
8773
  end
8176
8774
  end
8177
8775
 
8776
+ type fleet =
8777
+ {
8778
+ employee_number: String?,
8779
+ fuel_quantity: String?,
8780
+ fuel_type: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::fuel_type?,
8781
+ fuel_unit_cost_amount: Integer?,
8782
+ fuel_unit_cost_currency: String?,
8783
+ fuel_unit_of_measure: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::fuel_unit_of_measure?,
8784
+ gross_fuel_price_amount: Integer?,
8785
+ gross_fuel_price_currency: String?,
8786
+ gross_non_fuel_price_amount: Integer?,
8787
+ gross_non_fuel_price_currency: String?,
8788
+ net_fuel_price_amount: Integer?,
8789
+ net_fuel_price_currency: String?,
8790
+ net_non_fuel_price_amount: Integer?,
8791
+ net_non_fuel_price_currency: String?,
8792
+ odometer_reading: Integer?,
8793
+ purchase_type: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::purchase_type?,
8794
+ service_type: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::service_type?,
8795
+ trailer_number: String?
8796
+ }
8797
+
8798
+ class Fleet < Increase::Internal::Type::BaseModel
8799
+ attr_accessor employee_number: String?
8800
+
8801
+ attr_accessor fuel_quantity: String?
8802
+
8803
+ attr_accessor fuel_type: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::fuel_type?
8804
+
8805
+ attr_accessor fuel_unit_cost_amount: Integer?
8806
+
8807
+ attr_accessor fuel_unit_cost_currency: String?
8808
+
8809
+ attr_accessor fuel_unit_of_measure: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::fuel_unit_of_measure?
8810
+
8811
+ attr_accessor gross_fuel_price_amount: Integer?
8812
+
8813
+ attr_accessor gross_fuel_price_currency: String?
8814
+
8815
+ attr_accessor gross_non_fuel_price_amount: Integer?
8816
+
8817
+ attr_accessor gross_non_fuel_price_currency: String?
8818
+
8819
+ attr_accessor net_fuel_price_amount: Integer?
8820
+
8821
+ attr_accessor net_fuel_price_currency: String?
8822
+
8823
+ attr_accessor net_non_fuel_price_amount: Integer?
8824
+
8825
+ attr_accessor net_non_fuel_price_currency: String?
8826
+
8827
+ attr_accessor odometer_reading: Integer?
8828
+
8829
+ attr_accessor purchase_type: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::purchase_type?
8830
+
8831
+ attr_accessor service_type: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::service_type?
8832
+
8833
+ attr_accessor trailer_number: String?
8834
+
8835
+ def initialize: (
8836
+ employee_number: String?,
8837
+ fuel_quantity: String?,
8838
+ fuel_type: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::fuel_type?,
8839
+ fuel_unit_cost_amount: Integer?,
8840
+ fuel_unit_cost_currency: String?,
8841
+ fuel_unit_of_measure: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::fuel_unit_of_measure?,
8842
+ gross_fuel_price_amount: Integer?,
8843
+ gross_fuel_price_currency: String?,
8844
+ gross_non_fuel_price_amount: Integer?,
8845
+ gross_non_fuel_price_currency: String?,
8846
+ net_fuel_price_amount: Integer?,
8847
+ net_fuel_price_currency: String?,
8848
+ net_non_fuel_price_amount: Integer?,
8849
+ net_non_fuel_price_currency: String?,
8850
+ odometer_reading: Integer?,
8851
+ purchase_type: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::purchase_type?,
8852
+ service_type: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::service_type?,
8853
+ trailer_number: String?
8854
+ ) -> void
8855
+
8856
+ def to_hash: -> {
8857
+ employee_number: String?,
8858
+ fuel_quantity: String?,
8859
+ fuel_type: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::fuel_type?,
8860
+ fuel_unit_cost_amount: Integer?,
8861
+ fuel_unit_cost_currency: String?,
8862
+ fuel_unit_of_measure: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::fuel_unit_of_measure?,
8863
+ gross_fuel_price_amount: Integer?,
8864
+ gross_fuel_price_currency: String?,
8865
+ gross_non_fuel_price_amount: Integer?,
8866
+ gross_non_fuel_price_currency: String?,
8867
+ net_fuel_price_amount: Integer?,
8868
+ net_fuel_price_currency: String?,
8869
+ net_non_fuel_price_amount: Integer?,
8870
+ net_non_fuel_price_currency: String?,
8871
+ odometer_reading: Integer?,
8872
+ purchase_type: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::purchase_type?,
8873
+ service_type: Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::service_type?,
8874
+ trailer_number: String?
8875
+ }
8876
+
8877
+ type fuel_type =
8878
+ :regular
8879
+ | :mid_or_plus
8880
+ | :premium_or_super
8881
+ | :mid_or_plus_2
8882
+ | :premium_or_super_2
8883
+ | :regular_ethanol_5_blend_non_us
8884
+ | :mid_or_plus_ethanol_5_blend_non_us
8885
+ | :premium_or_super_ethanol_5_blend_non_us
8886
+ | :ethanol_7_7_blend
8887
+ | :mid_or_plus_2_ethanol_5_blend_non_us
8888
+ | :green_gasoline_regular
8889
+ | :green_gasoline_mid_or_plus
8890
+ | :green_gasoline_premium_or_super
8891
+ | :regular_diesel_2
8892
+ | :premium_diesel_2
8893
+ | :regular_diesel_1
8894
+ | :compressed_natural_gas
8895
+ | :liquid_propane_gas
8896
+ | :liquid_natural_gas
8897
+ | :e85
8898
+ | :regular_reformulated
8899
+ | :mid_or_plus_reformulated
8900
+ | :premium_or_super_reformulated
8901
+ | :mid_or_plus_2_reformulated
8902
+ | :premium_or_super_2_reformulated
8903
+ | :diesel_off_road_1_2_non_taxable
8904
+ | :diesel_off_road_non_taxable
8905
+ | :biodiesel_blend_off_road_non_taxable
8906
+ | :racing_fuel
8907
+ | :mid_or_plus_2_ethanol_10_blend
8908
+ | :premium_or_super_2_ethanol_10_blend
8909
+ | :mid_or_plus_ethanol_2_15_blend
8910
+ | :premium_or_super_ethanol_2_15_blend
8911
+ | :premium_or_super_2_ethanol_5_blend_non_us
8912
+ | :regular_ethanol_10_blend
8913
+ | :mid_or_plus_ethanol_10_blend
8914
+ | :premium_or_super_ethanol_10_blend
8915
+ | :b2_diesel_blend_2_biodiesel
8916
+ | :b5_diesel_blend_5_biodiesel
8917
+ | :b10_diesel_blend_10_biodiesel
8918
+ | :b11_diesel_blend_11_biodiesel
8919
+ | :b15_diesel_blend_15_biodiesel
8920
+ | :b20_diesel_blend_20_biodiesel
8921
+ | :b100_diesel_blend_100_biodiesel
8922
+ | :b1_diesel_blend_1_biodiesel
8923
+ | :additized_diesel_2
8924
+ | :additized_diesel_3
8925
+ | :b7_diesel_blend_7_biodiesel_non_us
8926
+ | :b7_premium_diesel_blend_7_biodiesel_non_us
8927
+ | :renewable_diesel_r95_or_greater
8928
+ | :renewable_diesel_biodiesel_6_to_20
8929
+ | :diesel_exhaust_fluid_pump
8930
+ | :premium_diesel_1
8931
+ | :regular_ethanol_15_blend
8932
+ | :mid_or_plus_ethanol_15_blend
8933
+ | :premium_or_super_ethanol_15_blend
8934
+ | :premium_diesel_blend_less_than_20_biodiesel
8935
+ | :premium_diesel_blend_20_or_more_biodiesel
8936
+ | :b75_diesel_blend_75_biodiesel
8937
+ | :b99_diesel_blend_99_biodiesel
8938
+ | :reserved_for_preauthorization_use_only
8939
+ | :undefined_fuel_reserved_for_proprietary_use
8940
+ | :miscellaneous_fuel
8941
+ | :jet_fuel
8942
+ | :aviation_fuel_regular
8943
+ | :aviation_fuel_premium
8944
+ | :aviation_fuel_jp8
8945
+ | :aviation_fuel_4
8946
+ | :aviation_fuel_5
8947
+ | :biojet_diesel
8948
+ | :aviation_biofuel_gasoline
8949
+ | :undefined_aviation_fuel_reserved_for_proprietary_use
8950
+ | :miscellaneous_aviation_fuel
8951
+ | :marine_fuel_1
8952
+ | :marine_fuel_2
8953
+ | :marine_fuel_3
8954
+ | :marine_fuel_4
8955
+ | :marine_fuel_5
8956
+ | :marine_other
8957
+ | :marine_diesel
8958
+ | :miscellaneous_marine_fuel
8959
+ | :kerosene_low_sulfur
8960
+ | :white_gas
8961
+ | :heating_oil
8962
+ | :other_fuel_non_taxable
8963
+ | :kerosene_ultra_low_sulfur
8964
+ | :electric_vehicle_charging_level_1_110_volt
8965
+ | :electric_vehicle_charging_level_2_240_volt
8966
+ | :electric_vehicle_charging_level_3_480_volt
8967
+ | :renewable_diesel_r95_or_greater_off_road_non_taxable
8968
+ | :biodiesel_blend_1_off_road_non_taxable
8969
+ | :biodiesel_blend_75_off_road_non_taxable
8970
+ | :biodiesel_blend_99_off_road_non_taxable
8971
+ | :biodiesel_blend_100_off_road_non_taxable
8972
+ | :renewable_diesel_biodiesel_6_to_20_off_road_non_taxable
8973
+ | :electric_vehicle_charging_level_4_800_volt
8974
+ | :electric_vehicle_charging_level_5_megawatt
8975
+ | :hydrotreated_vegetable_oil_100
8976
+ | :bio_compressed_natural_gas
8977
+ | :miscellaneous_other_fuel
8978
+
8979
+ module FuelType
8980
+ extend Increase::Internal::Type::Enum
8981
+
8982
+ # Regular
8983
+ REGULAR: :regular
8984
+
8985
+ # Mid or plus
8986
+ MID_OR_PLUS: :mid_or_plus
8987
+
8988
+ # Premium or super
8989
+ PREMIUM_OR_SUPER: :premium_or_super
8990
+
8991
+ # Mid or plus 2
8992
+ MID_OR_PLUS_2: :mid_or_plus_2
8993
+
8994
+ # Premium or super 2
8995
+ PREMIUM_OR_SUPER_2: :premium_or_super_2
8996
+
8997
+ # Regular ethanol 5% blend outside the United States
8998
+ REGULAR_ETHANOL_5_BLEND_NON_US: :regular_ethanol_5_blend_non_us
8999
+
9000
+ # Mid or plus ethanol 5% blend outside the United States
9001
+ MID_OR_PLUS_ETHANOL_5_BLEND_NON_US: :mid_or_plus_ethanol_5_blend_non_us
9002
+
9003
+ # Premium or super ethanol 5% blend outside the United States
9004
+ PREMIUM_OR_SUPER_ETHANOL_5_BLEND_NON_US: :premium_or_super_ethanol_5_blend_non_us
9005
+
9006
+ # Ethanol 7.7% blend
9007
+ ETHANOL_7_7_BLEND: :ethanol_7_7_blend
9008
+
9009
+ # Mid or plus 2 ethanol 5% blend outside the United States
9010
+ MID_OR_PLUS_2_ETHANOL_5_BLEND_NON_US: :mid_or_plus_2_ethanol_5_blend_non_us
9011
+
9012
+ # Green gasoline regular
9013
+ GREEN_GASOLINE_REGULAR: :green_gasoline_regular
9014
+
9015
+ # Green gasoline mid or plus
9016
+ GREEN_GASOLINE_MID_OR_PLUS: :green_gasoline_mid_or_plus
9017
+
9018
+ # Green gasoline premium or super
9019
+ GREEN_GASOLINE_PREMIUM_OR_SUPER: :green_gasoline_premium_or_super
9020
+
9021
+ # Regular diesel 2
9022
+ REGULAR_DIESEL_2: :regular_diesel_2
9023
+
9024
+ # Premium diesel 2
9025
+ PREMIUM_DIESEL_2: :premium_diesel_2
9026
+
9027
+ # Regular diesel 1
9028
+ REGULAR_DIESEL_1: :regular_diesel_1
9029
+
9030
+ # Compressed natural gas
9031
+ COMPRESSED_NATURAL_GAS: :compressed_natural_gas
9032
+
9033
+ # Liquid propane gas
9034
+ LIQUID_PROPANE_GAS: :liquid_propane_gas
9035
+
9036
+ # Liquid natural gas
9037
+ LIQUID_NATURAL_GAS: :liquid_natural_gas
9038
+
9039
+ # E85
9040
+ E85: :e85
9041
+
9042
+ # Regular reformulated
9043
+ REGULAR_REFORMULATED: :regular_reformulated
9044
+
9045
+ # Mid or plus reformulated
9046
+ MID_OR_PLUS_REFORMULATED: :mid_or_plus_reformulated
9047
+
9048
+ # Premium or super reformulated
9049
+ PREMIUM_OR_SUPER_REFORMULATED: :premium_or_super_reformulated
9050
+
9051
+ # Mid or plus 2 reformulated
9052
+ MID_OR_PLUS_2_REFORMULATED: :mid_or_plus_2_reformulated
9053
+
9054
+ # Premium or super 2 reformulated
9055
+ PREMIUM_OR_SUPER_2_REFORMULATED: :premium_or_super_2_reformulated
9056
+
9057
+ # Diesel off-road 1/2 non-taxable
9058
+ DIESEL_OFF_ROAD_1_2_NON_TAXABLE: :diesel_off_road_1_2_non_taxable
9059
+
9060
+ # Diesel off-road non-taxable
9061
+ DIESEL_OFF_ROAD_NON_TAXABLE: :diesel_off_road_non_taxable
9062
+
9063
+ # Biodiesel blend off-road non-taxable
9064
+ BIODIESEL_BLEND_OFF_ROAD_NON_TAXABLE: :biodiesel_blend_off_road_non_taxable
9065
+
9066
+ # Racing fuel
9067
+ RACING_FUEL: :racing_fuel
9068
+
9069
+ # Mid or plus 2 ethanol 10% blend
9070
+ MID_OR_PLUS_2_ETHANOL_10_BLEND: :mid_or_plus_2_ethanol_10_blend
9071
+
9072
+ # Premium or super 2 ethanol 10% blend
9073
+ PREMIUM_OR_SUPER_2_ETHANOL_10_BLEND: :premium_or_super_2_ethanol_10_blend
9074
+
9075
+ # Mid or plus ethanol 2–15% blend
9076
+ MID_OR_PLUS_ETHANOL_2_15_BLEND: :mid_or_plus_ethanol_2_15_blend
9077
+
9078
+ # Premium or super ethanol 2–15% blend
9079
+ PREMIUM_OR_SUPER_ETHANOL_2_15_BLEND: :premium_or_super_ethanol_2_15_blend
9080
+
9081
+ # Premium or super 2 ethanol 5% blend outside the United States
9082
+ PREMIUM_OR_SUPER_2_ETHANOL_5_BLEND_NON_US: :premium_or_super_2_ethanol_5_blend_non_us
9083
+
9084
+ # Regular ethanol 10% blend
9085
+ REGULAR_ETHANOL_10_BLEND: :regular_ethanol_10_blend
9086
+
9087
+ # Mid or plus ethanol 10% blend
9088
+ MID_OR_PLUS_ETHANOL_10_BLEND: :mid_or_plus_ethanol_10_blend
9089
+
9090
+ # Premium or super ethanol 10% blend
9091
+ PREMIUM_OR_SUPER_ETHANOL_10_BLEND: :premium_or_super_ethanol_10_blend
9092
+
9093
+ # B2 diesel blend 2% biodiesel
9094
+ B2_DIESEL_BLEND_2_BIODIESEL: :b2_diesel_blend_2_biodiesel
9095
+
9096
+ # B5 diesel blend 5% biodiesel
9097
+ B5_DIESEL_BLEND_5_BIODIESEL: :b5_diesel_blend_5_biodiesel
9098
+
9099
+ # B10 diesel blend 10% biodiesel
9100
+ B10_DIESEL_BLEND_10_BIODIESEL: :b10_diesel_blend_10_biodiesel
9101
+
9102
+ # B11 diesel blend 11% biodiesel
9103
+ B11_DIESEL_BLEND_11_BIODIESEL: :b11_diesel_blend_11_biodiesel
9104
+
9105
+ # B15 diesel blend 15% biodiesel
9106
+ B15_DIESEL_BLEND_15_BIODIESEL: :b15_diesel_blend_15_biodiesel
9107
+
9108
+ # B20 diesel blend 20% biodiesel
9109
+ B20_DIESEL_BLEND_20_BIODIESEL: :b20_diesel_blend_20_biodiesel
9110
+
9111
+ # B100 diesel blend 100% biodiesel
9112
+ B100_DIESEL_BLEND_100_BIODIESEL: :b100_diesel_blend_100_biodiesel
9113
+
9114
+ # B1 diesel blend 1% biodiesel
9115
+ B1_DIESEL_BLEND_1_BIODIESEL: :b1_diesel_blend_1_biodiesel
9116
+
9117
+ # Additized diesel 2
9118
+ ADDITIZED_DIESEL_2: :additized_diesel_2
9119
+
9120
+ # Additized diesel 3
9121
+ ADDITIZED_DIESEL_3: :additized_diesel_3
9122
+
9123
+ # B7 diesel blend 7% biodiesel outside the United States
9124
+ B7_DIESEL_BLEND_7_BIODIESEL_NON_US: :b7_diesel_blend_7_biodiesel_non_us
9125
+
9126
+ # B7 premium diesel blend 7% biodiesel outside the United States
9127
+ B7_PREMIUM_DIESEL_BLEND_7_BIODIESEL_NON_US: :b7_premium_diesel_blend_7_biodiesel_non_us
9128
+
9129
+ # Renewable diesel R95 or greater
9130
+ RENEWABLE_DIESEL_R95_OR_GREATER: :renewable_diesel_r95_or_greater
9131
+
9132
+ # Renewable diesel biodiesel 6% to 20%
9133
+ RENEWABLE_DIESEL_BIODIESEL_6_TO_20: :renewable_diesel_biodiesel_6_to_20
9134
+
9135
+ # Diesel exhaust fluid pump
9136
+ DIESEL_EXHAUST_FLUID_PUMP: :diesel_exhaust_fluid_pump
9137
+
9138
+ # Premium diesel 1
9139
+ PREMIUM_DIESEL_1: :premium_diesel_1
9140
+
9141
+ # Regular ethanol 15% blend
9142
+ REGULAR_ETHANOL_15_BLEND: :regular_ethanol_15_blend
9143
+
9144
+ # Mid or plus ethanol 15% blend
9145
+ MID_OR_PLUS_ETHANOL_15_BLEND: :mid_or_plus_ethanol_15_blend
9146
+
9147
+ # Premium or super ethanol 15% blend
9148
+ PREMIUM_OR_SUPER_ETHANOL_15_BLEND: :premium_or_super_ethanol_15_blend
9149
+
9150
+ # Premium diesel blend less than 20% biodiesel
9151
+ PREMIUM_DIESEL_BLEND_LESS_THAN_20_BIODIESEL: :premium_diesel_blend_less_than_20_biodiesel
9152
+
9153
+ # Premium diesel blend 20% or more biodiesel
9154
+ PREMIUM_DIESEL_BLEND_20_OR_MORE_BIODIESEL: :premium_diesel_blend_20_or_more_biodiesel
9155
+
9156
+ # B75 diesel blend 75% biodiesel
9157
+ B75_DIESEL_BLEND_75_BIODIESEL: :b75_diesel_blend_75_biodiesel
9158
+
9159
+ # B99 diesel blend 99% biodiesel
9160
+ B99_DIESEL_BLEND_99_BIODIESEL: :b99_diesel_blend_99_biodiesel
9161
+
9162
+ # Reserved for preauthorization use only
9163
+ RESERVED_FOR_PREAUTHORIZATION_USE_ONLY: :reserved_for_preauthorization_use_only
9164
+
9165
+ # Undefined fuel reserved for proprietary use
9166
+ UNDEFINED_FUEL_RESERVED_FOR_PROPRIETARY_USE: :undefined_fuel_reserved_for_proprietary_use
9167
+
9168
+ # Miscellaneous fuel
9169
+ MISCELLANEOUS_FUEL: :miscellaneous_fuel
9170
+
9171
+ # Jet fuel
9172
+ JET_FUEL: :jet_fuel
9173
+
9174
+ # Aviation fuel regular
9175
+ AVIATION_FUEL_REGULAR: :aviation_fuel_regular
9176
+
9177
+ # Aviation fuel premium
9178
+ AVIATION_FUEL_PREMIUM: :aviation_fuel_premium
9179
+
9180
+ # Aviation fuel JP8
9181
+ AVIATION_FUEL_JP8: :aviation_fuel_jp8
9182
+
9183
+ # Aviation fuel 4
9184
+ AVIATION_FUEL_4: :aviation_fuel_4
9185
+
9186
+ # Aviation fuel 5
9187
+ AVIATION_FUEL_5: :aviation_fuel_5
9188
+
9189
+ # Biojet diesel
9190
+ BIOJET_DIESEL: :biojet_diesel
9191
+
9192
+ # Aviation biofuel gasoline
9193
+ AVIATION_BIOFUEL_GASOLINE: :aviation_biofuel_gasoline
9194
+
9195
+ # Undefined aviation fuel reserved for proprietary use
9196
+ UNDEFINED_AVIATION_FUEL_RESERVED_FOR_PROPRIETARY_USE: :undefined_aviation_fuel_reserved_for_proprietary_use
9197
+
9198
+ # Miscellaneous aviation fuel
9199
+ MISCELLANEOUS_AVIATION_FUEL: :miscellaneous_aviation_fuel
9200
+
9201
+ # Marine fuel 1
9202
+ MARINE_FUEL_1: :marine_fuel_1
9203
+
9204
+ # Marine fuel 2
9205
+ MARINE_FUEL_2: :marine_fuel_2
9206
+
9207
+ # Marine fuel 3
9208
+ MARINE_FUEL_3: :marine_fuel_3
9209
+
9210
+ # Marine fuel 4
9211
+ MARINE_FUEL_4: :marine_fuel_4
9212
+
9213
+ # Marine fuel 5
9214
+ MARINE_FUEL_5: :marine_fuel_5
9215
+
9216
+ # Marine other
9217
+ MARINE_OTHER: :marine_other
9218
+
9219
+ # Marine diesel
9220
+ MARINE_DIESEL: :marine_diesel
9221
+
9222
+ # Miscellaneous marine fuel
9223
+ MISCELLANEOUS_MARINE_FUEL: :miscellaneous_marine_fuel
9224
+
9225
+ # Kerosene low sulfur
9226
+ KEROSENE_LOW_SULFUR: :kerosene_low_sulfur
9227
+
9228
+ # White gas
9229
+ WHITE_GAS: :white_gas
9230
+
9231
+ # Heating oil
9232
+ HEATING_OIL: :heating_oil
9233
+
9234
+ # Other fuel non-taxable
9235
+ OTHER_FUEL_NON_TAXABLE: :other_fuel_non_taxable
9236
+
9237
+ # Kerosene ultra low sulfur
9238
+ KEROSENE_ULTRA_LOW_SULFUR: :kerosene_ultra_low_sulfur
9239
+
9240
+ # Electric vehicle charging level 1 110 volt
9241
+ ELECTRIC_VEHICLE_CHARGING_LEVEL_1_110_VOLT: :electric_vehicle_charging_level_1_110_volt
9242
+
9243
+ # Electric vehicle charging level 2 240 volt
9244
+ ELECTRIC_VEHICLE_CHARGING_LEVEL_2_240_VOLT: :electric_vehicle_charging_level_2_240_volt
9245
+
9246
+ # Electric vehicle charging level 3 480 volt
9247
+ ELECTRIC_VEHICLE_CHARGING_LEVEL_3_480_VOLT: :electric_vehicle_charging_level_3_480_volt
9248
+
9249
+ # Renewable diesel R95 or greater off-road non-taxable
9250
+ RENEWABLE_DIESEL_R95_OR_GREATER_OFF_ROAD_NON_TAXABLE: :renewable_diesel_r95_or_greater_off_road_non_taxable
9251
+
9252
+ # Biodiesel blend 1% off-road non-taxable
9253
+ BIODIESEL_BLEND_1_OFF_ROAD_NON_TAXABLE: :biodiesel_blend_1_off_road_non_taxable
9254
+
9255
+ # Biodiesel blend 75% off-road non-taxable
9256
+ BIODIESEL_BLEND_75_OFF_ROAD_NON_TAXABLE: :biodiesel_blend_75_off_road_non_taxable
9257
+
9258
+ # Biodiesel blend 99% off-road non-taxable
9259
+ BIODIESEL_BLEND_99_OFF_ROAD_NON_TAXABLE: :biodiesel_blend_99_off_road_non_taxable
9260
+
9261
+ # Biodiesel blend 100% off-road non-taxable
9262
+ BIODIESEL_BLEND_100_OFF_ROAD_NON_TAXABLE: :biodiesel_blend_100_off_road_non_taxable
9263
+
9264
+ # Renewable diesel biodiesel 6% to 20% off-road non-taxable
9265
+ RENEWABLE_DIESEL_BIODIESEL_6_TO_20_OFF_ROAD_NON_TAXABLE: :renewable_diesel_biodiesel_6_to_20_off_road_non_taxable
9266
+
9267
+ # Electric vehicle charging level 4 800 volt
9268
+ ELECTRIC_VEHICLE_CHARGING_LEVEL_4_800_VOLT: :electric_vehicle_charging_level_4_800_volt
9269
+
9270
+ # Electric vehicle charging level 5 megawatt
9271
+ ELECTRIC_VEHICLE_CHARGING_LEVEL_5_MEGAWATT: :electric_vehicle_charging_level_5_megawatt
9272
+
9273
+ # Hydrotreated vegetable oil 100
9274
+ HYDROTREATED_VEGETABLE_OIL_100: :hydrotreated_vegetable_oil_100
9275
+
9276
+ # Bio compressed natural gas
9277
+ BIO_COMPRESSED_NATURAL_GAS: :bio_compressed_natural_gas
9278
+
9279
+ # Miscellaneous other fuel
9280
+ MISCELLANEOUS_OTHER_FUEL: :miscellaneous_other_fuel
9281
+
9282
+ def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::fuel_type]
9283
+ end
9284
+
9285
+ type fuel_unit_of_measure =
9286
+ :liter
9287
+ | :us_gallon
9288
+ | :imperial_gallon
9289
+ | :kilogram
9290
+ | :pound
9291
+ | :charging_minutes
9292
+ | :kilowatt_hour
9293
+
9294
+ module FuelUnitOfMeasure
9295
+ extend Increase::Internal::Type::Enum
9296
+
9297
+ # Liter
9298
+ LITER: :liter
9299
+
9300
+ # US gallon
9301
+ US_GALLON: :us_gallon
9302
+
9303
+ # Imperial gallon
9304
+ IMPERIAL_GALLON: :imperial_gallon
9305
+
9306
+ # Kilogram
9307
+ KILOGRAM: :kilogram
9308
+
9309
+ # Pound
9310
+ POUND: :pound
9311
+
9312
+ # Charging minutes
9313
+ CHARGING_MINUTES: :charging_minutes
9314
+
9315
+ # Kilowatt hour
9316
+ KILOWATT_HOUR: :kilowatt_hour
9317
+
9318
+ def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::fuel_unit_of_measure]
9319
+ end
9320
+
9321
+ type purchase_type =
9322
+ :fuel_purchase
9323
+ | :non_fuel_purchase
9324
+ | :fuel_and_non_fuel_purchase
9325
+ | :fuel_purchase_with_multiple_fuel_types
9326
+
9327
+ module PurchaseType
9328
+ extend Increase::Internal::Type::Enum
9329
+
9330
+ # Fuel purchase
9331
+ FUEL_PURCHASE: :fuel_purchase
9332
+
9333
+ # Non-fuel purchase
9334
+ NON_FUEL_PURCHASE: :non_fuel_purchase
9335
+
9336
+ # Fuel and non-fuel purchase
9337
+ FUEL_AND_NON_FUEL_PURCHASE: :fuel_and_non_fuel_purchase
9338
+
9339
+ # Fuel purchase with multiple fuel types
9340
+ FUEL_PURCHASE_WITH_MULTIPLE_FUEL_TYPES: :fuel_purchase_with_multiple_fuel_types
9341
+
9342
+ def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::purchase_type]
9343
+ end
9344
+
9345
+ type service_type =
9346
+ :full_service | :self_service | :high_speed_dispense
9347
+
9348
+ module ServiceType
9349
+ extend Increase::Internal::Type::Enum
9350
+
9351
+ # Full service
9352
+ FULL_SERVICE: :full_service
9353
+
9354
+ # Self service
9355
+ SELF_SERVICE: :self_service
9356
+
9357
+ # High speed dispense
9358
+ HIGH_SPEED_DISPENSE: :high_speed_dispense
9359
+
9360
+ def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails::Fleet::service_type]
9361
+ end
9362
+ end
9363
+
8178
9364
  type lodging =
8179
9365
  {
8180
9366
  check_in_date: Date?,