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 ofAccountNotice
objects.list
(RequestOptions options) Retrieves a list ofAccountNotice
objects.list
(AccountNoticeListParams params) Retrieves a list ofAccountNotice
objects.list
(AccountNoticeListParams params, RequestOptions options) Retrieves a list ofAccountNotice
objects.Retrieves anAccountNotice
object.retrieve
(String accountNotice, RequestOptions options) Retrieves anAccountNotice
object.retrieve
(String accountNotice, AccountNoticeRetrieveParams params) Retrieves anAccountNotice
object.retrieve
(String accountNotice, AccountNoticeRetrieveParams params, RequestOptions options) Retrieves anAccountNotice
object.update
(String accountNotice, AccountNoticeUpdateParams params) Updates anAccountNotice
object.update
(String accountNotice, AccountNoticeUpdateParams params, RequestOptions options) Updates anAccountNotice
object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter
-
Constructor Details
-
AccountNoticeService
-
-
Method Details
-
list
Retrieves a list ofAccountNotice
objects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.- Throws:
StripeException
-
list
Retrieves a list ofAccountNotice
objects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.- Throws:
StripeException
-
list
Retrieves a list ofAccountNotice
objects. 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 ofAccountNotice
objects. 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 anAccountNotice
object.- Throws:
StripeException
-
retrieve
Retrieves anAccountNotice
object.- Throws:
StripeException
-
retrieve
Retrieves anAccountNotice
object.- Throws:
StripeException
-
retrieve
public AccountNotice retrieve(String accountNotice, AccountNoticeRetrieveParams params, RequestOptions options) throws StripeException Retrieves anAccountNotice
object.- Throws:
StripeException
-
update
public AccountNotice update(String accountNotice, AccountNoticeUpdateParams params) throws StripeException Updates anAccountNotice
object.- Throws:
StripeException
-
update
public AccountNotice update(String accountNotice, AccountNoticeUpdateParams params, RequestOptions options) throws StripeException Updates anAccountNotice
object.- Throws:
StripeException
-