Class FinancialAddressService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.FinancialAddressService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(FinancialAddressCreateParams params) Create a new FinancialAddress for a FinancialAccount.create
(FinancialAddressCreateParams params, RequestOptions options) Create a new FinancialAddress for a FinancialAccount.list()
List all FinancialAddresses for a FinancialAccount.list
(RequestOptions options) List all FinancialAddresses for a FinancialAccount.list
(FinancialAddressListParams params) List all FinancialAddresses for a FinancialAccount.list
(FinancialAddressListParams params, RequestOptions options) List all FinancialAddresses for a FinancialAccount.Retrieve a FinancialAddress.retrieve
(String id, RequestOptions options) Retrieve a FinancialAddress.retrieve
(String id, FinancialAddressRetrieveParams params) Retrieve a FinancialAddress.retrieve
(String id, FinancialAddressRetrieveParams params, RequestOptions options) Retrieve a FinancialAddress.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
FinancialAddressService
-
-
Method Details
-
list
public StripeCollection<FinancialAddress> list(FinancialAddressListParams params) throws StripeException List all FinancialAddresses for a FinancialAccount.- Throws:
StripeException
-
list
List all FinancialAddresses for a FinancialAccount.- Throws:
StripeException
-
list
List all FinancialAddresses for a FinancialAccount.- Throws:
StripeException
-
list
public StripeCollection<FinancialAddress> list(FinancialAddressListParams params, RequestOptions options) throws StripeException List all FinancialAddresses for a FinancialAccount.- Throws:
StripeException
-
create
public FinancialAddress create(FinancialAddressCreateParams params) throws StripeException, FinancialAccountNotOpenException, FeatureNotEnabledException Create a new FinancialAddress for a FinancialAccount. -
create
public FinancialAddress create(FinancialAddressCreateParams params, RequestOptions options) throws StripeException, FinancialAccountNotOpenException, FeatureNotEnabledException Create a new FinancialAddress for a FinancialAccount. -
retrieve
public FinancialAddress retrieve(String id, FinancialAddressRetrieveParams params) throws StripeException Retrieve a FinancialAddress. By default, the FinancialAddress will be returned in its unexpanded state, revealing only the last 4 digits of the account number.- Throws:
StripeException
-
retrieve
Retrieve a FinancialAddress. By default, the FinancialAddress will be returned in its unexpanded state, revealing only the last 4 digits of the account number.- Throws:
StripeException
-
retrieve
Retrieve a FinancialAddress. By default, the FinancialAddress will be returned in its unexpanded state, revealing only the last 4 digits of the account number.- Throws:
StripeException
-
retrieve
public FinancialAddress retrieve(String id, FinancialAddressRetrieveParams params, RequestOptions options) throws StripeException Retrieve a FinancialAddress. By default, the FinancialAddress will be returned in its unexpanded state, revealing only the last 4 digits of the account number.- Throws:
StripeException
-