Package com.stripe.service.issuing
Class DisputeService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.issuing.DisputeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()Creates an IssuingDisputeobject.create(RequestOptions options) Creates an IssuingDisputeobject.create(DisputeCreateParams params) Creates an IssuingDisputeobject.create(DisputeCreateParams params, RequestOptions options) Creates an IssuingDisputeobject.list()Returns a list of IssuingDisputeobjects.list(RequestOptions options) Returns a list of IssuingDisputeobjects.list(DisputeListParams params) Returns a list of IssuingDisputeobjects.list(DisputeListParams params, RequestOptions options) Returns a list of IssuingDisputeobjects.Retrieves an IssuingDisputeobject.retrieve(String dispute, RequestOptions options) Retrieves an IssuingDisputeobject.retrieve(String dispute, DisputeRetrieveParams params) Retrieves an IssuingDisputeobject.retrieve(String dispute, DisputeRetrieveParams params, RequestOptions options) Retrieves an IssuingDisputeobject.Submits an IssuingDisputeto the card network.submit(String dispute, RequestOptions options) Submits an IssuingDisputeto the card network.submit(String dispute, DisputeSubmitParams params) Submits an IssuingDisputeto the card network.submit(String dispute, DisputeSubmitParams params, RequestOptions options) Submits an IssuingDisputeto the card network.Updates the specified IssuingDisputeobject by setting the values of the parameters passed.update(String dispute, RequestOptions options) Updates the specified IssuingDisputeobject by setting the values of the parameters passed.update(String dispute, DisputeUpdateParams params) Updates the specified IssuingDisputeobject by setting the values of the parameters passed.update(String dispute, DisputeUpdateParams params, RequestOptions options) Updates the specified IssuingDisputeobject 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 IssuingDisputeobjects. 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 IssuingDisputeobjects. 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 IssuingDisputeobjects. 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 IssuingDisputeobjects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
create
Creates an IssuingDisputeobject. Individual pieces of evidence within theevidenceobject 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 IssuingDisputeobject. Individual pieces of evidence within theevidenceobject 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 IssuingDisputeobject. Individual pieces of evidence within theevidenceobject 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 IssuingDisputeobject. Individual pieces of evidence within theevidenceobject 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 IssuingDisputeobject.- Throws:
StripeException
-
retrieve
Retrieves an IssuingDisputeobject.- Throws:
StripeException
-
retrieve
Retrieves an IssuingDisputeobject.- Throws:
StripeException
-
retrieve
public Dispute retrieve(String dispute, DisputeRetrieveParams params, RequestOptions options) throws StripeException Retrieves an IssuingDisputeobject.- Throws:
StripeException
-
update
Updates the specified IssuingDisputeobject by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Properties on theevidenceobject can be unset by passing in an empty string.- Throws:
StripeException
-
update
Updates the specified IssuingDisputeobject by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Properties on theevidenceobject can be unset by passing in an empty string.- Throws:
StripeException
-
update
Updates the specified IssuingDisputeobject by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Properties on theevidenceobject 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 IssuingDisputeobject by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Properties on theevidenceobject can be unset by passing in an empty string.- Throws:
StripeException
-
submit
Submits an IssuingDisputeto 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 IssuingDisputeto 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 IssuingDisputeto 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 IssuingDisputeto 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
-