Class OutboundPaymentQuoteService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.OutboundPaymentQuoteService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates an OutboundPaymentQuote usable in an OutboundPayment.create
(OutboundPaymentQuoteCreateParams params, RequestOptions options) Creates an OutboundPaymentQuote usable in an OutboundPayment.Retrieves the details of an existing OutboundPaymentQuote by passing the unique OutboundPaymentQuote ID.retrieve
(String id, RequestOptions options) Retrieves the details of an existing OutboundPaymentQuote by passing the unique OutboundPaymentQuote ID.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
OutboundPaymentQuoteService
-
-
Method Details
-
create
public OutboundPaymentQuote create(OutboundPaymentQuoteCreateParams params) throws StripeException, FeatureNotEnabledException Creates an OutboundPaymentQuote usable in an OutboundPayment. -
create
public OutboundPaymentQuote create(OutboundPaymentQuoteCreateParams params, RequestOptions options) throws StripeException, FeatureNotEnabledException Creates an OutboundPaymentQuote usable in an OutboundPayment. -
retrieve
Retrieves the details of an existing OutboundPaymentQuote by passing the unique OutboundPaymentQuote ID.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing OutboundPaymentQuote by passing the unique OutboundPaymentQuote ID.- Throws:
StripeException
-