Package com.stripe.service.treasury
Class InboundTransferService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.treasury.InboundTransferService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCancels an InboundTransfer.cancel
(String inboundTransfer, RequestOptions options) Cancels an InboundTransfer.cancel
(String inboundTransfer, InboundTransferCancelParams params) Cancels an InboundTransfer.cancel
(String inboundTransfer, InboundTransferCancelParams params, RequestOptions options) Cancels an InboundTransfer.create
(InboundTransferCreateParams params) Creates an InboundTransfer.create
(InboundTransferCreateParams params, RequestOptions options) Creates an InboundTransfer.list
(InboundTransferListParams params) Returns a list of InboundTransfers sent from the specified FinancialAccount.list
(InboundTransferListParams params, RequestOptions options) Returns a list of InboundTransfers sent from the specified FinancialAccount.Retrieves the details of an existing InboundTransfer.retrieve
(String id, RequestOptions options) Retrieves the details of an existing InboundTransfer.retrieve
(String id, InboundTransferRetrieveParams params) Retrieves the details of an existing InboundTransfer.retrieve
(String id, InboundTransferRetrieveParams params, RequestOptions options) Retrieves the details of an existing InboundTransfer.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
InboundTransferService
-
-
Method Details
-
list
public StripeCollection<InboundTransfer> list(InboundTransferListParams params) throws StripeException Returns a list of InboundTransfers sent from the specified FinancialAccount.- Throws:
StripeException
-
list
public StripeCollection<InboundTransfer> list(InboundTransferListParams params, RequestOptions options) throws StripeException Returns a list of InboundTransfers sent from the specified FinancialAccount.- Throws:
StripeException
-
create
Creates an InboundTransfer.- Throws:
StripeException
-
create
public InboundTransfer create(InboundTransferCreateParams params, RequestOptions options) throws StripeException Creates an InboundTransfer.- Throws:
StripeException
-
retrieve
public InboundTransfer retrieve(String id, InboundTransferRetrieveParams params) throws StripeException Retrieves the details of an existing InboundTransfer.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing InboundTransfer.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing InboundTransfer.- Throws:
StripeException
-
retrieve
public InboundTransfer retrieve(String id, InboundTransferRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an existing InboundTransfer.- Throws:
StripeException
-
cancel
public InboundTransfer cancel(String inboundTransfer, InboundTransferCancelParams params) throws StripeException Cancels an InboundTransfer.- Throws:
StripeException
-
cancel
public InboundTransfer cancel(String inboundTransfer, RequestOptions options) throws StripeException Cancels an InboundTransfer.- Throws:
StripeException
-
cancel
Cancels an InboundTransfer.- Throws:
StripeException
-
cancel
public InboundTransfer cancel(String inboundTransfer, InboundTransferCancelParams params, RequestOptions options) throws StripeException Cancels an InboundTransfer.- Throws:
StripeException
-