Package com.lithic.api.models
Class PaymentSimulateActionParams.SimulateActionRequest
-
- All Implemented Interfaces:
public final class PaymentSimulateActionParams.SimulateActionRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPaymentSimulateActionParams.SimulateActionRequest.BuilderA builder for SimulateActionRequest.
-
Method Summary
-
-
Method Detail
-
eventType
final PaymentSimulateActionParams.SupportedSimulationTypes eventType()
Event Type
-
declineReason
final Optional<PaymentSimulateActionParams.SupportedSimulationDeclineReasons> declineReason()
Decline reason
-
returnReasonCode
final Optional<String> returnReasonCode()
Return Reason Code
-
_eventType
final JsonField<PaymentSimulateActionParams.SupportedSimulationTypes> _eventType()
Returns the raw JSON value of eventType.
Unlike eventType, this method doesn't throw if the JSON field has an unexpected type.
-
_declineReason
final JsonField<PaymentSimulateActionParams.SupportedSimulationDeclineReasons> _declineReason()
Returns the raw JSON value of declineReason.
Unlike declineReason, this method doesn't throw if the JSON field has an unexpected type.
-
_returnReasonCode
final JsonField<String> _returnReasonCode()
Returns the raw JSON value of returnReasonCode.
Unlike returnReasonCode, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PaymentSimulateActionParams.SimulateActionRequest.Builder toBuilder()
-
validate
final PaymentSimulateActionParams.SimulateActionRequest validate()
-
builder
final static PaymentSimulateActionParams.SimulateActionRequest.Builder builder()
Returns a mutable builder for constructing an instance of SimulateActionRequest.
The following fields are required:
.eventType()
-
-
-
-