Class TransactionSimulateCreditAuthorizationResponse.Builder
-
- All Implemented Interfaces:
public final class TransactionSimulateCreditAuthorizationResponse.BuilderA builder for TransactionSimulateCreditAuthorizationResponse.
-
-
Method Summary
-
-
Method Detail
-
token
final TransactionSimulateCreditAuthorizationResponse.Builder token(String token)
A unique token to reference this transaction.
-
token
final TransactionSimulateCreditAuthorizationResponse.Builder token(JsonField<String> token)
Sets Builder.token to an arbitrary JSON value.
You should usually call Builder.token with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
debuggingRequestId
final TransactionSimulateCreditAuthorizationResponse.Builder debuggingRequestId(String debuggingRequestId)
Debugging request ID to share with Lithic Support team.
-
debuggingRequestId
final TransactionSimulateCreditAuthorizationResponse.Builder debuggingRequestId(JsonField<String> debuggingRequestId)
Sets Builder.debuggingRequestId to an arbitrary JSON value.
You should usually call Builder.debuggingRequestId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final TransactionSimulateCreditAuthorizationResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final TransactionSimulateCreditAuthorizationResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final TransactionSimulateCreditAuthorizationResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final TransactionSimulateCreditAuthorizationResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final TransactionSimulateCreditAuthorizationResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final TransactionSimulateCreditAuthorizationResponse build()
Returns an immutable instance of TransactionSimulateCreditAuthorizationResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-