Class PayoutMethodService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.PayoutMethodService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionArchive a PayoutMethod object.archive
(String id, RequestOptions options) Archive a PayoutMethod object.list()
List objects that adhere to the PayoutMethod interface.list
(RequestOptions options) List objects that adhere to the PayoutMethod interface.list
(PayoutMethodListParams params) List objects that adhere to the PayoutMethod interface.list
(PayoutMethodListParams params, RequestOptions options) List objects that adhere to the PayoutMethod interface.Retrieve a PayoutMethod object.retrieve
(String id, RequestOptions options) Retrieve a PayoutMethod object.Unarchive an PayoutMethod object.unarchive
(String id, RequestOptions options) Unarchive an PayoutMethod object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
PayoutMethodService
-
-
Method Details
-
list
List objects that adhere to the PayoutMethod interface.- Throws:
StripeException
-
list
List objects that adhere to the PayoutMethod interface.- Throws:
StripeException
-
list
List objects that adhere to the PayoutMethod interface.- Throws:
StripeException
-
list
public StripeCollection<PayoutMethod> list(PayoutMethodListParams params, RequestOptions options) throws StripeException List objects that adhere to the PayoutMethod interface.- Throws:
StripeException
-
retrieve
Retrieve a PayoutMethod object. -
retrieve
public PayoutMethod retrieve(String id, RequestOptions options) throws StripeException, InvalidPayoutMethodException Retrieve a PayoutMethod object. -
archive
public PayoutMethod archive(String id) throws StripeException, ControlledByDashboardException, InvalidPayoutMethodException Archive a PayoutMethod object. Archived objects cannot be used as payout methods and will not appear in the payout method list. -
archive
public PayoutMethod archive(String id, RequestOptions options) throws StripeException, ControlledByDashboardException, InvalidPayoutMethodException Archive a PayoutMethod object. Archived objects cannot be used as payout methods and will not appear in the payout method list. -
unarchive
public PayoutMethod unarchive(String id) throws StripeException, ControlledByDashboardException, InvalidPayoutMethodException Unarchive an PayoutMethod object. -
unarchive
public PayoutMethod unarchive(String id, RequestOptions options) throws StripeException, ControlledByDashboardException, InvalidPayoutMethodException Unarchive an PayoutMethod object.
-