Package com.stripe.service
Class PaymentAttemptRecordService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.PaymentAttemptRecordService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist(PaymentAttemptRecordListParams params) List all the Payment Attempt Records attached to the specified Payment Record.list(PaymentAttemptRecordListParams params, RequestOptions options) List all the Payment Attempt Records attached to the specified Payment Record.Retrieves a Payment Attempt Record with the given ID.retrieve(String id, RequestOptions options) Retrieves a Payment Attempt Record with the given ID.retrieve(String id, PaymentAttemptRecordRetrieveParams params) Retrieves a Payment Attempt Record with the given ID.retrieve(String id, PaymentAttemptRecordRetrieveParams params, RequestOptions options) Retrieves a Payment Attempt Record with the given ID.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
PaymentAttemptRecordService
-
-
Method Details
-
list
public StripeCollection<PaymentAttemptRecord> list(PaymentAttemptRecordListParams params) throws StripeException List all the Payment Attempt Records attached to the specified Payment Record.- Throws:
StripeException
-
list
public StripeCollection<PaymentAttemptRecord> list(PaymentAttemptRecordListParams params, RequestOptions options) throws StripeException List all the Payment Attempt Records attached to the specified Payment Record.- Throws:
StripeException
-
retrieve
public PaymentAttemptRecord retrieve(String id, PaymentAttemptRecordRetrieveParams params) throws StripeException Retrieves a Payment Attempt Record with the given ID.- Throws:
StripeException
-
retrieve
Retrieves a Payment Attempt Record with the given ID.- Throws:
StripeException
-
retrieve
Retrieves a Payment Attempt Record with the given ID.- Throws:
StripeException
-
retrieve
public PaymentAttemptRecord retrieve(String id, PaymentAttemptRecordRetrieveParams params, RequestOptions options) throws StripeException Retrieves a Payment Attempt Record with the given ID.- Throws:
StripeException
-