Class: Stripe::V2::Tax::AutomaticRuleService::FindParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Tax::AutomaticRuleService::FindParams
- Defined in:
- lib/stripe/services/v2/tax/automatic_rule_service.rb
Instance Attribute Summary collapse
-
#billable_item ⇒ Object
The BillableItem ID to search by.
Instance Method Summary collapse
-
#initialize(billable_item: nil) ⇒ FindParams
constructor
A new instance of FindParams.
Methods inherited from RequestParams
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_item ⇒ Object
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 |