Package com.lithic.api.models
Class DisputeUpdateParams.Body
-
- All Implemented Interfaces:
public final class DisputeUpdateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDisputeUpdateParams.Body.BuilderA builder for Body.
-
Method Summary
-
-
Method Detail
-
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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final DisputeUpdateParams.Body.Builder toBuilder()
-
validate
final DisputeUpdateParams.Body validate()
-
builder
final static DisputeUpdateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-