@@ -42,7 +42,7 @@ class CustomerCreateParams < Orb::Internal::Type::BaseModel
4242 # when a payment provider is provided on customer creation.
4343 #
4444 # @return [Boolean, nil]
45- optional :auto_collection , Orb ::Internal ::Type ::BooleanModel , nil? : true
45+ optional :auto_collection , Orb ::Internal ::Type ::Boolean , nil? : true
4646
4747 # @!attribute billing_address
4848 #
@@ -59,7 +59,7 @@ class CustomerCreateParams < Orb::Internal::Type::BaseModel
5959 # @!attribute email_delivery
6060 #
6161 # @return [Boolean, nil]
62- optional :email_delivery , Orb ::Internal ::Type ::BooleanModel , nil? : true
62+ optional :email_delivery , Orb ::Internal ::Type ::Boolean , nil? : true
6363
6464 # @!attribute external_customer_id
6565 # An optional user-defined ID for this customer resource, used throughout the
@@ -292,7 +292,7 @@ class AccountingSyncConfiguration < Orb::Internal::Type::BaseModel
292292 # @!attribute excluded
293293 #
294294 # @return [Boolean, nil]
295- optional :excluded , Orb ::Internal ::Type ::BooleanModel , nil? : true
295+ optional :excluded , Orb ::Internal ::Type ::Boolean , nil? : true
296296
297297 # @!parse
298298 # # @param accounting_providers [Array<Orb::Models::CustomerCreateParams::AccountingSyncConfiguration::AccountingProvider>, nil]
@@ -420,7 +420,7 @@ class ReportingConfiguration < Orb::Internal::Type::BaseModel
420420 # @!attribute exempt
421421 #
422422 # @return [Boolean]
423- required :exempt , Orb ::Internal ::Type ::BooleanModel
423+ required :exempt , Orb ::Internal ::Type ::Boolean
424424
425425 # @!parse
426426 # # @param exempt [Boolean]
@@ -487,7 +487,7 @@ class NewAvalaraTaxConfiguration < Orb::Internal::Type::BaseModel
487487 # @!attribute tax_exempt
488488 #
489489 # @return [Boolean]
490- required :tax_exempt , Orb ::Internal ::Type ::BooleanModel
490+ required :tax_exempt , Orb ::Internal ::Type ::Boolean
491491
492492 # @!attribute tax_provider
493493 #
@@ -513,7 +513,7 @@ class NewTaxJarConfiguration < Orb::Internal::Type::BaseModel
513513 # @!attribute tax_exempt
514514 #
515515 # @return [Boolean]
516- required :tax_exempt , Orb ::Internal ::Type ::BooleanModel
516+ required :tax_exempt , Orb ::Internal ::Type ::Boolean
517517
518518 # @!attribute tax_provider
519519 #
0 commit comments