Package com.increase.api.models
Class SimulationRealTimePaymentsTransferCompleteParams.Body.Builder
-
- All Implemented Interfaces:
public final class SimulationRealTimePaymentsTransferCompleteParams.Body.BuilderA builder for Body.
-
-
Method Summary
-
-
Method Detail
-
rejection
final SimulationRealTimePaymentsTransferCompleteParams.Body.Builder rejection(SimulationRealTimePaymentsTransferCompleteParams.Rejection rejection)
If set, the simulation will reject the transfer.
-
rejection
final SimulationRealTimePaymentsTransferCompleteParams.Body.Builder rejection(JsonField<SimulationRealTimePaymentsTransferCompleteParams.Rejection> rejection)
If set, the simulation will reject the transfer.
-
additionalProperties
final SimulationRealTimePaymentsTransferCompleteParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final SimulationRealTimePaymentsTransferCompleteParams.Body.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final SimulationRealTimePaymentsTransferCompleteParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final SimulationRealTimePaymentsTransferCompleteParams.Body.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final SimulationRealTimePaymentsTransferCompleteParams.Body.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final SimulationRealTimePaymentsTransferCompleteParams.Body build()
-
-
-
-