Class: Stripe::V2::Tax::OperationService
- Inherits:
-
StripeService
- Object
- StripeService
- Stripe::V2::Tax::OperationService
- Defined in:
- lib/stripe/services/v2/tax/operation_service.rb
Instance Method Summary collapse
-
#resolve_address(params = {}, opts = {}) ⇒ Object
Resolves an address to its tax precision level.
Methods inherited from StripeService
#initialize, #request, #request_stream
Constructor Details
This class inherits a constructor from Stripe::StripeService
Instance Method Details
#resolve_address(params = {}, opts = {}) ⇒ Object
Resolves an address to its tax precision level.
9 10 11 12 13 14 15 16 17 |
# File 'lib/stripe/services/v2/tax/operation_service.rb', line 9 def resolve_address(params = {}, opts = {}) request( method: :post, path: "/v2/tax/operations/resolve_address", params: params, opts: opts, base_address: :api ) end |