Class InboundTransferService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.InboundTransferService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(InboundTransferCreateParams params) InboundTransfers APIs are used to create, retrieve or list InboundTransfers.create(InboundTransferCreateParams params, RequestOptions options) InboundTransfers APIs are used to create, retrieve or list InboundTransfers.list()Retrieves a list of InboundTransfers.list(RequestOptions options) Retrieves a list of InboundTransfers.list(InboundTransferListParams params) Retrieves a list of InboundTransfers.list(InboundTransferListParams params, RequestOptions options) Retrieves a list of InboundTransfers.Retrieve an InboundTransfer by ID.retrieve(String id, RequestOptions options) Retrieve an InboundTransfer by ID.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 Retrieves a list of InboundTransfers.- Throws:
StripeException
-
list
Retrieves a list of InboundTransfers.- Throws:
StripeException
-
list
Retrieves a list of InboundTransfers.- Throws:
StripeException
-
list
public StripeCollection<InboundTransfer> list(InboundTransferListParams params, RequestOptions options) throws StripeException Retrieves a list of InboundTransfers.- Throws:
StripeException
-
create
public InboundTransfer create(InboundTransferCreateParams params) throws StripeException, BlockedByStripeException InboundTransfers APIs are used to create, retrieve or list InboundTransfers. -
create
public InboundTransfer create(InboundTransferCreateParams params, RequestOptions options) throws StripeException, BlockedByStripeException InboundTransfers APIs are used to create, retrieve or list InboundTransfers. -
retrieve
Retrieve an InboundTransfer by ID.- Throws:
StripeException
-
retrieve
Retrieve an InboundTransfer by ID.- Throws:
StripeException
-