Package com.stripe.service.issuing
Class ProgramService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.issuing.ProgramService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ProgramCreateParams params) Create aProgramobject.create(ProgramCreateParams params, RequestOptions options) Create aProgramobject.list()List all of the programs the given Issuing user has access to.list(RequestOptions options) List all of the programs the given Issuing user has access to.list(ProgramListParams params) List all of the programs the given Issuing user has access to.list(ProgramListParams params, RequestOptions options) List all of the programs the given Issuing user has access to.Retrieves the program specified by the given id.retrieve(String program, RequestOptions options) Retrieves the program specified by the given id.retrieve(String program, ProgramRetrieveParams params) Retrieves the program specified by the given id.retrieve(String program, ProgramRetrieveParams params, RequestOptions options) Retrieves the program specified by the given id.Updates aProgramobject.update(String program, RequestOptions options) Updates aProgramobject.update(String program, ProgramUpdateParams params) Updates aProgramobject.update(String program, ProgramUpdateParams params, RequestOptions options) Updates aProgramobject.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ProgramService
-
-
Method Details
-
list
List all of the programs the given Issuing user has access to.- Throws:
StripeException
-
list
List all of the programs the given Issuing user has access to.- Throws:
StripeException
-
list
List all of the programs the given Issuing user has access to.- Throws:
StripeException
-
list
public StripeCollection<Program> list(ProgramListParams params, RequestOptions options) throws StripeException List all of the programs the given Issuing user has access to.- Throws:
StripeException
-
create
Create aProgramobject.- Throws:
StripeException
-
create
Create aProgramobject.- Throws:
StripeException
-
retrieve
Retrieves the program specified by the given id.- Throws:
StripeException
-
retrieve
Retrieves the program specified by the given id.- Throws:
StripeException
-
retrieve
Retrieves the program specified by the given id.- Throws:
StripeException
-
retrieve
public Program retrieve(String program, ProgramRetrieveParams params, RequestOptions options) throws StripeException Retrieves the program specified by the given id.- Throws:
StripeException
-
update
Updates aProgramobject.- Throws:
StripeException
-
update
Updates aProgramobject.- Throws:
StripeException
-
update
Updates aProgramobject.- Throws:
StripeException
-
update
public Program update(String program, ProgramUpdateParams params, RequestOptions options) throws StripeException Updates aProgramobject.- Throws:
StripeException
-