Class: Stripe::V2::Tax::AutomaticRuleService::FindParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/v2/tax/automatic_rule_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(billable_item: nil) ⇒ FindParams

Returns a new instance of FindParams.



24
25
26
# File 'lib/stripe/services/v2/tax/automatic_rule_service.rb', line 24

def initialize(billable_item: nil)
  @billable_item = billable_item
end

Instance Attribute Details

#billable_itemObject

The BillableItem ID to search by.



22
23
24
# File 'lib/stripe/services/v2/tax/automatic_rule_service.rb', line 22

def billable_item
  @billable_item
end