Class: Stripe::V2::MoneyManagement::OutboundPaymentQuoteService
- Inherits:
-
StripeService
- Object
- StripeService
- Stripe::V2::MoneyManagement::OutboundPaymentQuoteService
- Defined in:
- lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb
Defined Under Namespace
Classes: CreateParams
Instance Method Summary collapse
-
#create(params = {}, opts = {}) ⇒ Object
Creates an OutboundPaymentQuote usable in an OutboundPayment.
Methods inherited from StripeService
#initialize, #request, #request_stream
Constructor Details
This class inherits a constructor from Stripe::StripeService
Instance Method Details
#create(params = {}, opts = {}) ⇒ Object
Creates an OutboundPaymentQuote usable in an OutboundPayment.
68 69 70 71 72 73 74 75 76 |
# File 'lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb', line 68 def create(params = {}, opts = {}) request( method: :post, path: "/v2/money_management/outbound_payment_quotes", params: params, opts: opts, base_address: :api ) end |