Package com.stripe.service.v2.billing
Class ProfileService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.ProfileService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ProfileCreateParams params) Create a BillingProfile object.create
(ProfileCreateParams params, RequestOptions options) Create a BillingProfile object.list
(ProfileListParams params) List Billing Profiles.list
(ProfileListParams params, RequestOptions options) List Billing Profiles.Retrieve a BillingProfile object.retrieve
(String id, RequestOptions options) Retrieve a BillingProfile object.Update a BillingProfile object.update
(String id, RequestOptions options) Update a BillingProfile object.update
(String id, ProfileUpdateParams params) Update a BillingProfile object.update
(String id, ProfileUpdateParams params, RequestOptions options) Update a BillingProfile object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ProfileService
-
-
Method Details
-
list
List Billing Profiles.- Throws:
StripeException
-
list
public StripeCollection<Profile> list(ProfileListParams params, RequestOptions options) throws StripeException List Billing Profiles.- Throws:
StripeException
-
create
Create a BillingProfile object.- Throws:
StripeException
-
create
Create a BillingProfile object.- Throws:
StripeException
-
retrieve
Retrieve a BillingProfile object.- Throws:
StripeException
-
retrieve
Retrieve a BillingProfile object.- Throws:
StripeException
-
update
Update a BillingProfile object.- Throws:
StripeException
-
update
Update a BillingProfile object.- Throws:
StripeException
-
update
Update a BillingProfile object.- Throws:
StripeException
-
update
public Profile update(String id, ProfileUpdateParams params, RequestOptions options) throws StripeException Update a BillingProfile object.- Throws:
StripeException
-