Class: Stripe::V2::Tax::AutomaticRuleFindParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Tax::AutomaticRuleFindParams
- Defined in:
- lib/stripe/params/v2/tax/automatic_rule_find_params.rb
Instance Attribute Summary collapse
-
#billable_item ⇒ Object
The BillableItem ID to search by.
Instance Method Summary collapse
-
#initialize(billable_item: nil) ⇒ AutomaticRuleFindParams
constructor
A new instance of AutomaticRuleFindParams.
Methods inherited from RequestParams
Constructor Details
#initialize(billable_item: nil) ⇒ AutomaticRuleFindParams
Returns a new instance of AutomaticRuleFindParams.
11 12 13 |
# File 'lib/stripe/params/v2/tax/automatic_rule_find_params.rb', line 11 def initialize(billable_item: nil) @billable_item = billable_item end |
Instance Attribute Details
#billable_item ⇒ Object
The BillableItem ID to search by.
9 10 11 |
# File 'lib/stripe/params/v2/tax/automatic_rule_find_params.rb', line 9 def billable_item @billable_item end |