Uses of Class
model.Dispute
-
Packages that use Dispute Package Description api model -
-
Uses of Dispute in api
Methods in api that return Dispute Modifier and Type Method Description DisputeDisputesApi. get(String disputeId)Fetch a Dispute Retrieve the details of a previously created `Dispute`.Methods in api that return types with arguments of type Dispute Modifier and Type Method Description ApiResponse<Dispute>DisputesApi. getDisputeWithHttpInfo(String disputeId)Fetch a Dispute Retrieve the details of a previously created `Dispute`.Method parameters in api with type arguments of type Dispute Modifier and Type Method Description okhttp3.CallDisputesApi. getDisputeAsync(String disputeId, ApiCallback<Dispute> _callback)Fetch a Dispute (asynchronously) Retrieve the details of a previously created `Dispute`. -
Uses of Dispute in model
Methods in model that return Dispute Modifier and Type Method Description DisputeDispute. action(String action)DisputeDispute. amount(Long amount)DisputeDispute. application(String application)DisputeDispute. createdAt(OffsetDateTime createdAt)DisputeDispute. currency(Currency currency)DisputeDispute. disputeDetails(Map<String,Object> disputeDetails)static DisputeDispute. fromJson(String jsonString)Create an instance of Dispute given an JSON stringDisputeDispute. id(String id)DisputeDispute. identity(String identity)DisputeDispute. links(DisputeLinks links)DisputeDispute. message(String message)DisputeDispute. occurredAt(OffsetDateTime occurredAt)DisputeDispute. putDisputeDetailsItem(String key, Object disputeDetailsItem)DisputeDispute. putTagsItem(String key, String tagsItem)DisputeDispute. reason(Dispute.ReasonEnum reason)DisputeDispute. respondBy(OffsetDateTime respondBy)DisputeDispute. state(Dispute.StateEnum state)DisputeDispute. tags(Map<String,String> tags)DisputeDispute. transfer(String transfer)DisputeDispute. updatedAt(OffsetDateTime updatedAt)Methods in model that return types with arguments of type Dispute Modifier and Type Method Description Set<Dispute>DisputesListEmbedded. getDisputes()`Dispute` objects.Methods in model with parameters of type Dispute Modifier and Type Method Description DisputesListEmbeddedDisputesListEmbedded. addDisputesItem(Dispute disputesItem)Method parameters in model with type arguments of type Dispute Modifier and Type Method Description DisputesListEmbeddedDisputesListEmbedded. disputes(Set<Dispute> disputes)voidDisputesListEmbedded. setDisputes(Set<Dispute> disputes)
-