Package com.stripe.service.issuing
Class DisputeService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.issuing.DisputeService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Creates an IssuingDispute
object.create
(RequestOptions options) Creates an IssuingDispute
object.create
(DisputeCreateParams params) Creates an IssuingDispute
object.create
(DisputeCreateParams params, RequestOptions options) Creates an IssuingDispute
object.list()
Returns a list of IssuingDispute
objects.list
(RequestOptions options) Returns a list of IssuingDispute
objects.list
(DisputeListParams params) Returns a list of IssuingDispute
objects.list
(DisputeListParams params, RequestOptions options) Returns a list of IssuingDispute
objects.Retrieves an IssuingDispute
object.retrieve
(String dispute, RequestOptions options) Retrieves an IssuingDispute
object.retrieve
(String dispute, DisputeRetrieveParams params) Retrieves an IssuingDispute
object.retrieve
(String dispute, DisputeRetrieveParams params, RequestOptions options) Retrieves an IssuingDispute
object.Submits an IssuingDispute
to the card network.submit
(String dispute, RequestOptions options) Submits an IssuingDispute
to the card network.submit
(String dispute, DisputeSubmitParams params) Submits an IssuingDispute
to the card network.submit
(String dispute, DisputeSubmitParams params, RequestOptions options) Submits an IssuingDispute
to the card network.Updates the specified IssuingDispute
object by setting the values of the parameters passed.update
(String dispute, RequestOptions options) Updates the specified IssuingDispute
object by setting the values of the parameters passed.update
(String dispute, DisputeUpdateParams params) Updates the specified IssuingDispute
object by setting the values of the parameters passed.update
(String dispute, DisputeUpdateParams params, RequestOptions options) Updates the specified IssuingDispute
object by setting the values of the parameters passed.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
DisputeService
-
-
Method Details
-
list
Returns a list of IssuingDispute
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 IssuingDispute
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 IssuingDispute
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
public StripeCollection<Dispute> list(DisputeListParams params, RequestOptions options) throws StripeException Returns a list of IssuingDispute
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
create
Creates an IssuingDispute
object. Individual pieces of evidence within theevidence
object are optional at this point. Stripe only validates that required evidence is present during submission. Refer to Dispute reasons and evidence for more details about evidence requirements.- Throws:
StripeException
-
create
Creates an IssuingDispute
object. Individual pieces of evidence within theevidence
object are optional at this point. Stripe only validates that required evidence is present during submission. Refer to Dispute reasons and evidence for more details about evidence requirements.- Throws:
StripeException
-
create
Creates an IssuingDispute
object. Individual pieces of evidence within theevidence
object are optional at this point. Stripe only validates that required evidence is present during submission. Refer to Dispute reasons and evidence for more details about evidence requirements.- Throws:
StripeException
-
create
Creates an IssuingDispute
object. Individual pieces of evidence within theevidence
object are optional at this point. Stripe only validates that required evidence is present during submission. Refer to Dispute reasons and evidence for more details about evidence requirements.- Throws:
StripeException
-
retrieve
Retrieves an IssuingDispute
object.- Throws:
StripeException
-
retrieve
Retrieves an IssuingDispute
object.- Throws:
StripeException
-
retrieve
Retrieves an IssuingDispute
object.- Throws:
StripeException
-
retrieve
public Dispute retrieve(String dispute, DisputeRetrieveParams params, RequestOptions options) throws StripeException Retrieves an IssuingDispute
object.- Throws:
StripeException
-
update
Updates the specified IssuingDispute
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Properties on theevidence
object can be unset by passing in an empty string.- Throws:
StripeException
-
update
Updates the specified IssuingDispute
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Properties on theevidence
object can be unset by passing in an empty string.- Throws:
StripeException
-
update
Updates the specified IssuingDispute
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Properties on theevidence
object can be unset by passing in an empty string.- Throws:
StripeException
-
update
public Dispute update(String dispute, DisputeUpdateParams params, RequestOptions options) throws StripeException Updates the specified IssuingDispute
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Properties on theevidence
object can be unset by passing in an empty string.- Throws:
StripeException
-
submit
Submits an IssuingDispute
to the card network. Stripe validates that all evidence fields required for the dispute’s reason are present. For more details, see Dispute reasons and evidence.- Throws:
StripeException
-
submit
Submits an IssuingDispute
to the card network. Stripe validates that all evidence fields required for the dispute’s reason are present. For more details, see Dispute reasons and evidence.- Throws:
StripeException
-
submit
Submits an IssuingDispute
to the card network. Stripe validates that all evidence fields required for the dispute’s reason are present. For more details, see Dispute reasons and evidence.- Throws:
StripeException
-
submit
public Dispute submit(String dispute, DisputeSubmitParams params, RequestOptions options) throws StripeException Submits an IssuingDispute
to the card network. Stripe validates that all evidence fields required for the dispute’s reason are present. For more details, see Dispute reasons and evidence.- Throws:
StripeException
-