Package com.stripe.service.issuing
Class DisputeSettlementDetailService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.issuing.DisputeSettlementDetailService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()
Returns a list of IssuingDisputeSettlementDetail
objects.list
(RequestOptions options) Returns a list of IssuingDisputeSettlementDetail
objects.Returns a list of IssuingDisputeSettlementDetail
objects.list
(DisputeSettlementDetailListParams params, RequestOptions options) Returns a list of IssuingDisputeSettlementDetail
objects.Retrieves an IssuingDisputeSettlementDetail
object.retrieve
(String disputeSettlementDetail, RequestOptions options) Retrieves an IssuingDisputeSettlementDetail
object.retrieve
(String disputeSettlementDetail, DisputeSettlementDetailRetrieveParams params) Retrieves an IssuingDisputeSettlementDetail
object.retrieve
(String disputeSettlementDetail, DisputeSettlementDetailRetrieveParams params, RequestOptions options) Retrieves an IssuingDisputeSettlementDetail
object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
DisputeSettlementDetailService
-
-
Method Details
-
list
public StripeCollection<DisputeSettlementDetail> list(DisputeSettlementDetailListParams params) throws StripeException Returns a list of IssuingDisputeSettlementDetail
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
public StripeCollection<DisputeSettlementDetail> list(RequestOptions options) throws StripeException Returns a list of IssuingDisputeSettlementDetail
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
Returns a list of IssuingDisputeSettlementDetail
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
public StripeCollection<DisputeSettlementDetail> list(DisputeSettlementDetailListParams params, RequestOptions options) throws StripeException Returns a list of IssuingDisputeSettlementDetail
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
retrieve
public DisputeSettlementDetail retrieve(String disputeSettlementDetail, DisputeSettlementDetailRetrieveParams params) throws StripeException Retrieves an IssuingDisputeSettlementDetail
object.- Throws:
StripeException
-
retrieve
public DisputeSettlementDetail retrieve(String disputeSettlementDetail, RequestOptions options) throws StripeException Retrieves an IssuingDisputeSettlementDetail
object.- Throws:
StripeException
-
retrieve
Retrieves an IssuingDisputeSettlementDetail
object.- Throws:
StripeException
-
retrieve
public DisputeSettlementDetail retrieve(String disputeSettlementDetail, DisputeSettlementDetailRetrieveParams params, RequestOptions options) throws StripeException Retrieves an IssuingDisputeSettlementDetail
object.- Throws:
StripeException
-