File tree Expand file tree Collapse file tree 13 files changed +29
-29
lines changed
Expand file tree Collapse file tree 13 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1- v1464
1+ v1466
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def initialize(mode: nil)
111111 attr_accessor :filters
112112 # Settings for configuring Session-specific limits.
113113 attr_accessor :limits
114- # Settings for configuring manual entry of account details for this Session.
114+ # Customize manual entry behavior
115115 attr_accessor :manual_entry
116116 # List of data features that you would like to request access to.
117117 #
Original file line number Diff line number Diff line change @@ -4674,7 +4674,7 @@ def initialize(mode: nil)
46744674 @mode = mode
46754675 end
46764676 end
4677- # Provide filters for the linked accounts that the customer can select for the payment method
4677+ # Provide filters for the linked accounts that the customer can select for the payment method.
46784678 attr_accessor :filters
46794679 # Customize manual entry behavior
46804680 attr_accessor :manual_entry
@@ -8009,7 +8009,7 @@ def initialize(mode: nil)
80098009 @mode = mode
80108010 end
80118011 end
8012- # Provide filters for the linked accounts that the customer can select for the payment method
8012+ # Provide filters for the linked accounts that the customer can select for the payment method.
80138013 attr_accessor :filters
80148014 # Customize manual entry behavior
80158015 attr_accessor :manual_entry
@@ -12064,7 +12064,7 @@ def initialize(mode: nil)
1206412064 @mode = mode
1206512065 end
1206612066 end
12067- # Provide filters for the linked accounts that the customer can select for the payment method
12067+ # Provide filters for the linked accounts that the customer can select for the payment method.
1206812068 attr_accessor :filters
1206912069 # Customize manual entry behavior
1207012070 attr_accessor :manual_entry
Original file line number Diff line number Diff line change @@ -1367,7 +1367,7 @@ def initialize(mode: nil)
13671367 @mode = mode
13681368 end
13691369 end
1370- # Provide filters for the linked accounts that the customer can select for the payment method
1370+ # Provide filters for the linked accounts that the customer can select for the payment method.
13711371 attr_accessor :filters
13721372 # Customize manual entry behavior
13731373 attr_accessor :manual_entry
@@ -2519,7 +2519,7 @@ def initialize(mode: nil)
25192519 @mode = mode
25202520 end
25212521 end
2522- # Provide filters for the linked accounts that the customer can select for the payment method
2522+ # Provide filters for the linked accounts that the customer can select for the payment method.
25232523 attr_accessor :filters
25242524 # Customize manual entry behavior
25252525 attr_accessor :manual_entry
@@ -3661,7 +3661,7 @@ def initialize(mode: nil)
36613661 @mode = mode
36623662 end
36633663 end
3664- # Provide filters for the linked accounts that the customer can select for the payment method
3664+ # Provide filters for the linked accounts that the customer can select for the payment method.
36653665 attr_accessor :filters
36663666 # Customize manual entry behavior
36673667 attr_accessor :manual_entry
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def initialize(mode: nil)
6969 attr_accessor :filters
7070 # Settings for configuring Session-specific limits.
7171 attr_accessor :limits
72- # Settings for configuring manual entry of account details for this Session.
72+ # Customize manual entry behavior
7373 attr_accessor :manual_entry
7474 # List of data features that you would like to request access to.
7575 #
Original file line number Diff line number Diff line change @@ -2814,7 +2814,7 @@ def initialize(mode: nil)
28142814 @mode = mode
28152815 end
28162816 end
2817- # Provide filters for the linked accounts that the customer can select for the payment method
2817+ # Provide filters for the linked accounts that the customer can select for the payment method.
28182818 attr_accessor :filters
28192819 # Customize manual entry behavior
28202820 attr_accessor :manual_entry
@@ -6149,7 +6149,7 @@ def initialize(mode: nil)
61496149 @mode = mode
61506150 end
61516151 end
6152- # Provide filters for the linked accounts that the customer can select for the payment method
6152+ # Provide filters for the linked accounts that the customer can select for the payment method.
61536153 attr_accessor :filters
61546154 # Customize manual entry behavior
61556155 attr_accessor :manual_entry
@@ -10204,7 +10204,7 @@ def initialize(mode: nil)
1020410204 @mode = mode
1020510205 end
1020610206 end
10207- # Provide filters for the linked accounts that the customer can select for the payment method
10207+ # Provide filters for the linked accounts that the customer can select for the payment method.
1020810208 attr_accessor :filters
1020910209 # Customize manual entry behavior
1021010210 attr_accessor :manual_entry
Original file line number Diff line number Diff line change @@ -1039,7 +1039,7 @@ def initialize(mode: nil)
10391039 @mode = mode
10401040 end
10411041 end
1042- # Provide filters for the linked accounts that the customer can select for the payment method
1042+ # Provide filters for the linked accounts that the customer can select for the payment method.
10431043 attr_accessor :filters
10441044 # Customize manual entry behavior
10451045 attr_accessor :manual_entry
@@ -2191,7 +2191,7 @@ def initialize(mode: nil)
21912191 @mode = mode
21922192 end
21932193 end
2194- # Provide filters for the linked accounts that the customer can select for the payment method
2194+ # Provide filters for the linked accounts that the customer can select for the payment method.
21952195 attr_accessor :filters
21962196 # Customize manual entry behavior
21972197 attr_accessor :manual_entry
@@ -3333,7 +3333,7 @@ def initialize(mode: nil)
33333333 @mode = mode
33343334 end
33353335 end
3336- # Provide filters for the linked accounts that the customer can select for the payment method
3336+ # Provide filters for the linked accounts that the customer can select for the payment method.
33373337 attr_accessor :filters
33383338 # Customize manual entry behavior
33393339 attr_accessor :manual_entry
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ module Stripe
148148 # Settings for configuring Session-specific limits.
149149 sig { returns ( ::Stripe ::FinancialConnections ::Session ::CreateParams ::Limits ) }
150150 attr_accessor :limits
151- # Settings for configuring manual entry of account details for this Session.
151+ # Customize manual entry behavior
152152 sig { returns ( ::Stripe ::FinancialConnections ::Session ::CreateParams ::ManualEntry ) }
153153 attr_accessor :manual_entry
154154 # List of data features that you would like to request access to.
Original file line number Diff line number Diff line change @@ -5244,7 +5244,7 @@ module Stripe
52445244 sig { params(mode: String).void }
52455245 def initialize(mode: nil); end
52465246 end
5247- # Provide filters for the linked accounts that the customer can select for the payment method
5247+ # Provide filters for the linked accounts that the customer can select for the payment method.
52485248 sig {
52495249 returns(::Stripe::PaymentIntent::CreateParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::Filters)
52505250 }
@@ -8652,7 +8652,7 @@ module Stripe
86528652 sig { params(mode: String).void }
86538653 def initialize(mode: nil); end
86548654 end
8655- # Provide filters for the linked accounts that the customer can select for the payment method
8655+ # Provide filters for the linked accounts that the customer can select for the payment method.
86568656 sig {
86578657 returns(::Stripe::PaymentIntent::UpdateParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::Filters)
86588658 }
@@ -12799,7 +12799,7 @@ module Stripe
1279912799 sig { params(mode: String).void }
1280012800 def initialize(mode: nil); end
1280112801 end
12802- # Provide filters for the linked accounts that the customer can select for the payment method
12802+ # Provide filters for the linked accounts that the customer can select for the payment method.
1280312803 sig {
1280412804 returns(::Stripe::PaymentIntent::ConfirmParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::Filters)
1280512805 }
Original file line number Diff line number Diff line change @@ -1510,7 +1510,7 @@ module Stripe
15101510 sig { params ( mode : String ) . void }
15111511 def initialize ( mode : nil ) ; end
15121512 end
1513- # Provide filters for the linked accounts that the customer can select for the payment method
1513+ # Provide filters for the linked accounts that the customer can select for the payment method.
15141514 sig {
15151515 returns ( ::Stripe ::SetupIntent ::CreateParams ::PaymentMethodOptions ::UsBankAccount ::FinancialConnections ::Filters )
15161516 }
@@ -2655,7 +2655,7 @@ module Stripe
26552655 sig { params ( mode : String ) . void }
26562656 def initialize ( mode : nil ) ; end
26572657 end
2658- # Provide filters for the linked accounts that the customer can select for the payment method
2658+ # Provide filters for the linked accounts that the customer can select for the payment method.
26592659 sig {
26602660 returns ( ::Stripe ::SetupIntent ::UpdateParams ::PaymentMethodOptions ::UsBankAccount ::FinancialConnections ::Filters )
26612661 }
@@ -3796,7 +3796,7 @@ module Stripe
37963796 sig { params ( mode : String ) . void }
37973797 def initialize ( mode : nil ) ; end
37983798 end
3799- # Provide filters for the linked accounts that the customer can select for the payment method
3799+ # Provide filters for the linked accounts that the customer can select for the payment method.
38003800 sig {
38013801 returns ( ::Stripe ::SetupIntent ::ConfirmParams ::PaymentMethodOptions ::UsBankAccount ::FinancialConnections ::Filters )
38023802 }
You can’t perform that action at this time.
0 commit comments