Package com.stripe.service
Class AccountNoticeService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.AccountNoticeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()Retrieves a list ofAccountNoticeobjects.list(RequestOptions options) Retrieves a list ofAccountNoticeobjects.list(AccountNoticeListParams params) Retrieves a list ofAccountNoticeobjects.list(AccountNoticeListParams params, RequestOptions options) Retrieves a list ofAccountNoticeobjects.Retrieves anAccountNoticeobject.retrieve(String accountNotice, RequestOptions options) Retrieves anAccountNoticeobject.retrieve(String accountNotice, AccountNoticeRetrieveParams params) Retrieves anAccountNoticeobject.retrieve(String accountNotice, AccountNoticeRetrieveParams params, RequestOptions options) Retrieves anAccountNoticeobject.update(String accountNotice, AccountNoticeUpdateParams params) Updates anAccountNoticeobject.update(String accountNotice, AccountNoticeUpdateParams params, RequestOptions options) Updates anAccountNoticeobject.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
AccountNoticeService
-
-
Method Details
-
list
Retrieves a list ofAccountNoticeobjects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.- Throws:
StripeException
-
list
Retrieves a list ofAccountNoticeobjects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.- Throws:
StripeException
-
list
Retrieves a list ofAccountNoticeobjects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.- Throws:
StripeException
-
list
public StripeCollection<AccountNotice> list(AccountNoticeListParams params, RequestOptions options) throws StripeException Retrieves a list ofAccountNoticeobjects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.- Throws:
StripeException
-
retrieve
public AccountNotice retrieve(String accountNotice, AccountNoticeRetrieveParams params) throws StripeException Retrieves anAccountNoticeobject.- Throws:
StripeException
-
retrieve
Retrieves anAccountNoticeobject.- Throws:
StripeException
-
retrieve
Retrieves anAccountNoticeobject.- Throws:
StripeException
-
retrieve
public AccountNotice retrieve(String accountNotice, AccountNoticeRetrieveParams params, RequestOptions options) throws StripeException Retrieves anAccountNoticeobject.- Throws:
StripeException
-
update
public AccountNotice update(String accountNotice, AccountNoticeUpdateParams params) throws StripeException Updates anAccountNoticeobject.- Throws:
StripeException
-
update
public AccountNotice update(String accountNotice, AccountNoticeUpdateParams params, RequestOptions options) throws StripeException Updates anAccountNoticeobject.- Throws:
StripeException
-