Package com.stripe.service.v2.core
Class AccountService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.core.AccountService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRemoves access to the Account and its associated resources.close
(String id, RequestOptions options) Removes access to the Account and its associated resources.close
(String id, AccountCloseParams params) Removes access to the Account and its associated resources.close
(String id, AccountCloseParams params, RequestOptions options) Removes access to the Account and its associated resources.create()
An Account is a representation of a company, individual or other entity that a user interacts with.create
(RequestOptions options) An Account is a representation of a company, individual or other entity that a user interacts with.create
(AccountCreateParams params) An Account is a representation of a company, individual or other entity that a user interacts with.create
(AccountCreateParams params, RequestOptions options) An Account is a representation of a company, individual or other entity that a user interacts with.list()
Returns a list of Accounts.list
(RequestOptions options) Returns a list of Accounts.list
(AccountListParams params) Returns a list of Accounts.list
(AccountListParams params, RequestOptions options) Returns a list of Accounts.persons()
Retrieves the details of an Account.retrieve
(String id, RequestOptions options) Retrieves the details of an Account.retrieve
(String id, AccountRetrieveParams params) Retrieves the details of an Account.retrieve
(String id, AccountRetrieveParams params, RequestOptions options) Retrieves the details of an Account.Updates the details of an Account.update
(String id, RequestOptions options) Updates the details of an Account.update
(String id, AccountUpdateParams params) Updates the details of an Account.update
(String id, AccountUpdateParams params, RequestOptions options) Updates the details of an Account.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
AccountService
-
-
Method Details
-
list
Returns a list of Accounts.- Throws:
StripeException
-
list
Returns a list of Accounts.- Throws:
StripeException
-
list
Returns a list of Accounts.- Throws:
StripeException
-
list
public StripeCollection<Account> list(AccountListParams params, RequestOptions options) throws StripeException Returns a list of Accounts.- Throws:
StripeException
-
create
An Account is a representation of a company, individual or other entity that a user interacts with. Accounts contain identifying information about the entity, and configurations that store the features an account has access to. An account can be configured as any or all of the following configurations: Customer, Merchant and/or Recipient.- Throws:
StripeException
-
create
An Account is a representation of a company, individual or other entity that a user interacts with. Accounts contain identifying information about the entity, and configurations that store the features an account has access to. An account can be configured as any or all of the following configurations: Customer, Merchant and/or Recipient.- Throws:
StripeException
-
create
An Account is a representation of a company, individual or other entity that a user interacts with. Accounts contain identifying information about the entity, and configurations that store the features an account has access to. An account can be configured as any or all of the following configurations: Customer, Merchant and/or Recipient.- Throws:
StripeException
-
create
An Account is a representation of a company, individual or other entity that a user interacts with. Accounts contain identifying information about the entity, and configurations that store the features an account has access to. An account can be configured as any or all of the following configurations: Customer, Merchant and/or Recipient.- Throws:
StripeException
-
retrieve
Retrieves the details of an Account.- Throws:
StripeException
-
retrieve
Retrieves the details of an Account.- Throws:
StripeException
-
retrieve
Retrieves the details of an Account.- Throws:
StripeException
-
retrieve
public Account retrieve(String id, AccountRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an Account.- Throws:
StripeException
-
update
Updates the details of an Account.- Throws:
StripeException
-
update
Updates the details of an Account.- Throws:
StripeException
-
update
Updates the details of an Account.- Throws:
StripeException
-
update
public Account update(String id, AccountUpdateParams params, RequestOptions options) throws StripeException Updates the details of an Account.- Throws:
StripeException
-
close
Removes access to the Account and its associated resources.- Throws:
StripeException
-
close
Removes access to the Account and its associated resources.- Throws:
StripeException
-
close
Removes access to the Account and its associated resources.- Throws:
StripeException
-
close
public Account close(String id, AccountCloseParams params, RequestOptions options) throws StripeException Removes access to the Account and its associated resources.- Throws:
StripeException
-
persons
-