Class TransactionSimulateAuthorizationAdviceResponse.Builder
-
- All Implemented Interfaces:
public final class TransactionSimulateAuthorizationAdviceResponse.BuilderA builder for TransactionSimulateAuthorizationAdviceResponse.
-
-
Method Summary
-
-
Method Detail
-
token
final TransactionSimulateAuthorizationAdviceResponse.Builder token(String token)
A unique token to reference this transaction.
-
token
final TransactionSimulateAuthorizationAdviceResponse.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 TransactionSimulateAuthorizationAdviceResponse.Builder debuggingRequestId(String debuggingRequestId)
Debugging request ID to share with Lithic Support team.
-
debuggingRequestId
final TransactionSimulateAuthorizationAdviceResponse.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 TransactionSimulateAuthorizationAdviceResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final TransactionSimulateAuthorizationAdviceResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final TransactionSimulateAuthorizationAdviceResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final TransactionSimulateAuthorizationAdviceResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final TransactionSimulateAuthorizationAdviceResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final TransactionSimulateAuthorizationAdviceResponse build()
Returns an immutable instance of TransactionSimulateAuthorizationAdviceResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-