Class: Stripe::V2::Tax::AutomaticRuleFindParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/params/v2/tax/automatic_rule_find_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

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_itemObject

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