Class DisputeUpdateParams
-
- All Implemented Interfaces:
-
com.lithic.api.core.Params
public final class DisputeUpdateParams implements Params
Update dispute. Can only be modified if status is
NEW.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDisputeUpdateParams.BuilderA builder for DisputeUpdateParams.
public final classDisputeUpdateParams.Bodypublic final classDisputeUpdateParams.ReasonReason for dispute
-
Method Summary
Modifier and Type Method Description final Optional<String>disputeToken()final Optional<Long>amount()Amount to dispute final Optional<OffsetDateTime>customerFiledDate()Date the customer filed the dispute final Optional<String>customerNote()Customer description of dispute final Optional<DisputeUpdateParams.Reason>reason()Reason for dispute final JsonField<Long>_amount()Returns the raw JSON value of amount. final JsonField<OffsetDateTime>_customerFiledDate()Returns the raw JSON value of customerFiledDate. final JsonField<String>_customerNote()Returns the raw JSON value of customerNote. final JsonField<DisputeUpdateParams.Reason>_reason()Returns the raw JSON value of reason. final Map<String, JsonValue>_additionalBodyProperties()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final DisputeUpdateParams.BuildertoBuilder()final DisputeUpdateParams.Body_body()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static DisputeUpdateParamsnone()final static DisputeUpdateParams.Builderbuilder()Returns a mutable builder for constructing an instance of DisputeUpdateParams. -
-
Method Detail
-
disputeToken
final Optional<String> disputeToken()
-
customerFiledDate
final Optional<OffsetDateTime> customerFiledDate()
Date the customer filed the dispute
-
customerNote
final Optional<String> customerNote()
Customer description of dispute
-
reason
final Optional<DisputeUpdateParams.Reason> reason()
Reason for dispute
-
_amount
final JsonField<Long> _amount()
Returns the raw JSON value of amount.
Unlike amount, this method doesn't throw if the JSON field has an unexpected type.
-
_customerFiledDate
final JsonField<OffsetDateTime> _customerFiledDate()
Returns the raw JSON value of customerFiledDate.
Unlike customerFiledDate, this method doesn't throw if the JSON field has an unexpected type.
-
_customerNote
final JsonField<String> _customerNote()
Returns the raw JSON value of customerNote.
Unlike customerNote, this method doesn't throw if the JSON field has an unexpected type.
-
_reason
final JsonField<DisputeUpdateParams.Reason> _reason()
Returns the raw JSON value of reason.
Unlike reason, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final DisputeUpdateParams.Builder toBuilder()
-
_body
final DisputeUpdateParams.Body _body()
-
_pathParam
final String _pathParam(Integer index)
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static DisputeUpdateParams none()
-
builder
final static DisputeUpdateParams.Builder builder()
Returns a mutable builder for constructing an instance of DisputeUpdateParams.
-
-
-
-