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 IssuingDisputeSettlementDetailobjects.list(RequestOptions options) Returns a list of IssuingDisputeSettlementDetailobjects.Returns a list of IssuingDisputeSettlementDetailobjects.list(DisputeSettlementDetailListParams params, RequestOptions options) Returns a list of IssuingDisputeSettlementDetailobjects.Retrieves an IssuingDisputeSettlementDetailobject.retrieve(String disputeSettlementDetail, RequestOptions options) Retrieves an IssuingDisputeSettlementDetailobject.retrieve(String disputeSettlementDetail, DisputeSettlementDetailRetrieveParams params) Retrieves an IssuingDisputeSettlementDetailobject.retrieve(String disputeSettlementDetail, DisputeSettlementDetailRetrieveParams params, RequestOptions options) Retrieves an IssuingDisputeSettlementDetailobject.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 IssuingDisputeSettlementDetailobjects. 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 IssuingDisputeSettlementDetailobjects. 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 IssuingDisputeSettlementDetailobjects. 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 IssuingDisputeSettlementDetailobjects. 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 IssuingDisputeSettlementDetailobject.- Throws:
StripeException
-
retrieve
public DisputeSettlementDetail retrieve(String disputeSettlementDetail, RequestOptions options) throws StripeException Retrieves an IssuingDisputeSettlementDetailobject.- Throws:
StripeException
-
retrieve
Retrieves an IssuingDisputeSettlementDetailobject.- Throws:
StripeException
-
retrieve
public DisputeSettlementDetail retrieve(String disputeSettlementDetail, DisputeSettlementDetailRetrieveParams params, RequestOptions options) throws StripeException Retrieves an IssuingDisputeSettlementDetailobject.- Throws:
StripeException
-