Package com.increase.api.models
Class SimulationRealTimePaymentsTransferCompleteParams.Body
-
- All Implemented Interfaces:
public final class SimulationRealTimePaymentsTransferCompleteParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSimulationRealTimePaymentsTransferCompleteParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<SimulationRealTimePaymentsTransferCompleteParams.Rejection>rejection()If set, the simulation will reject the transfer. final JsonField<SimulationRealTimePaymentsTransferCompleteParams.Rejection>_rejection()If set, the simulation will reject the transfer. final Map<String, JsonValue>_additionalProperties()final SimulationRealTimePaymentsTransferCompleteParams.Bodyvalidate()final SimulationRealTimePaymentsTransferCompleteParams.Body.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SimulationRealTimePaymentsTransferCompleteParams.Body.Builderbuilder()-
-
Method Detail
-
rejection
final Optional<SimulationRealTimePaymentsTransferCompleteParams.Rejection> rejection()
If set, the simulation will reject the transfer.
-
_rejection
final JsonField<SimulationRealTimePaymentsTransferCompleteParams.Rejection> _rejection()
If set, the simulation will reject the transfer.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final SimulationRealTimePaymentsTransferCompleteParams.Body validate()
-
toBuilder
final SimulationRealTimePaymentsTransferCompleteParams.Body.Builder toBuilder()
-
builder
final static SimulationRealTimePaymentsTransferCompleteParams.Body.Builder builder()
-
-
-
-