Package com.stripe.service.v2.payments
Class OffSessionPaymentService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.payments.OffSessionPaymentService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCancel an OffSessionPayment that has previously been created.cancel
(String id, RequestOptions options) Cancel an OffSessionPayment that has previously been created.create
(OffSessionPaymentCreateParams params) Creates an OffSessionPayment object.create
(OffSessionPaymentCreateParams params, RequestOptions options) Creates an OffSessionPayment object.list()
Returns a list of OffSessionPayments matching a filter.list
(RequestOptions options) Returns a list of OffSessionPayments matching a filter.list
(OffSessionPaymentListParams params) Returns a list of OffSessionPayments matching a filter.list
(OffSessionPaymentListParams params, RequestOptions options) Returns a list of OffSessionPayments matching a filter.Retrieves the details of an OffSessionPayment that has previously been created.retrieve
(String id, RequestOptions options) Retrieves the details of an OffSessionPayment that has previously been created.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
OffSessionPaymentService
-
-
Method Details
-
list
public StripeCollection<OffSessionPayment> list(OffSessionPaymentListParams params) throws StripeException Returns a list of OffSessionPayments matching a filter.- Throws:
StripeException
-
list
Returns a list of OffSessionPayments matching a filter.- Throws:
StripeException
-
list
Returns a list of OffSessionPayments matching a filter.- Throws:
StripeException
-
list
public StripeCollection<OffSessionPayment> list(OffSessionPaymentListParams params, RequestOptions options) throws StripeException Returns a list of OffSessionPayments matching a filter.- Throws:
StripeException
-
create
Creates an OffSessionPayment object.- Throws:
StripeException
-
create
public OffSessionPayment create(OffSessionPaymentCreateParams params, RequestOptions options) throws StripeException Creates an OffSessionPayment object.- Throws:
StripeException
-
retrieve
Retrieves the details of an OffSessionPayment that has previously been created.- Throws:
StripeException
-
retrieve
Retrieves the details of an OffSessionPayment that has previously been created.- Throws:
StripeException
-
cancel
Cancel an OffSessionPayment that has previously been created.- Throws:
StripeException
-
cancel
Cancel an OffSessionPayment that has previously been created.- Throws:
StripeException
-