Class OutboundTransferService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.OutboundTransferService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCancels an OutboundTransfer.cancel
(String id, RequestOptions options) Cancels an OutboundTransfer.create
(OutboundTransferCreateParams params) Creates an OutboundTransfer.create
(OutboundTransferCreateParams params, RequestOptions options) Creates an OutboundTransfer.list()
Returns a list of OutboundTransfers that match the provided filters.list
(RequestOptions options) Returns a list of OutboundTransfers that match the provided filters.list
(OutboundTransferListParams params) Returns a list of OutboundTransfers that match the provided filters.list
(OutboundTransferListParams params, RequestOptions options) Returns a list of OutboundTransfers that match the provided filters.Retrieves the details of an existing OutboundTransfer by passing the unique OutboundTransfer ID from either the OutboundPayment create or list response.retrieve
(String id, RequestOptions options) Retrieves the details of an existing OutboundTransfer by passing the unique OutboundTransfer ID from either the OutboundPayment create or list response.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
OutboundTransferService
-
-
Method Details
-
cancel
public OutboundTransfer cancel(String id) throws StripeException, AlreadyCanceledException, NotCancelableException Cancels an OutboundTransfer. Only processing OutboundTransfers can be canceled. -
cancel
public OutboundTransfer cancel(String id, RequestOptions options) throws StripeException, AlreadyCanceledException, NotCancelableException Cancels an OutboundTransfer. Only processing OutboundTransfers can be canceled. -
create
public OutboundTransfer create(OutboundTransferCreateParams params) throws StripeException, InsufficientFundsException Creates an OutboundTransfer. -
create
public OutboundTransfer create(OutboundTransferCreateParams params, RequestOptions options) throws StripeException, InsufficientFundsException Creates an OutboundTransfer. -
list
public StripeCollection<OutboundTransfer> list(OutboundTransferListParams params) throws StripeException Returns a list of OutboundTransfers that match the provided filters.- Throws:
StripeException
-
list
Returns a list of OutboundTransfers that match the provided filters.- Throws:
StripeException
-
list
Returns a list of OutboundTransfers that match the provided filters.- Throws:
StripeException
-
list
public StripeCollection<OutboundTransfer> list(OutboundTransferListParams params, RequestOptions options) throws StripeException Returns a list of OutboundTransfers that match the provided filters.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing OutboundTransfer by passing the unique OutboundTransfer ID from either the OutboundPayment create or list response.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing OutboundTransfer by passing the unique OutboundTransfer ID from either the OutboundPayment create or list response.- Throws:
StripeException
-