Builder
class Builder
A builder for TransactionSimulateReturnReversalResponse.
Functions
Link copied to clipboard
fun additionalProperties(additionalProperties: Map<String, JsonValue>): TransactionSimulateReturnReversalResponse.Builder
Link copied to clipboard
Returns an immutable instance of TransactionSimulateReturnReversalResponse.
Link copied to clipboard
fun debuggingRequestId(debuggingRequestId: JsonField<String>): TransactionSimulateReturnReversalResponse.Builder
Sets Builder.debuggingRequestId to an arbitrary JSON value.
fun debuggingRequestId(debuggingRequestId: String): TransactionSimulateReturnReversalResponse.Builder
Debugging request ID to share with Lithic Support team.
Link copied to clipboard
fun putAdditionalProperty(key: String, value: JsonValue): TransactionSimulateReturnReversalResponse.Builder
Link copied to clipboard
fun putAllAdditionalProperties(additionalProperties: Map<String, JsonValue>): TransactionSimulateReturnReversalResponse.Builder
Link copied to clipboard
Link copied to clipboard