Builder
class Builder
A builder for AdditionalData.
Functions
Link copied to clipboard
fun additionalProperties(additionalProperties: Map<String, JsonValue>): AuthenticationRetrieveResponse.AdditionalData.Builder
Link copied to clipboard
Returns an immutable instance of AdditionalData.
Link copied to clipboard
fun networkDecision(networkDecision: JsonField<AuthenticationRetrieveResponse.AdditionalData.NetworkDecision>): AuthenticationRetrieveResponse.AdditionalData.Builder
Sets Builder.networkDecision to an arbitrary JSON value.
fun networkDecision(networkDecision: AuthenticationRetrieveResponse.AdditionalData.NetworkDecision?): AuthenticationRetrieveResponse.AdditionalData.Builder
Mastercard only: Indicates whether the network would have considered the authentication request to be low risk or not.
Link copied to clipboard
fun networkRiskScore(networkRiskScore: JsonField<Long>): AuthenticationRetrieveResponse.AdditionalData.Builder
Sets Builder.networkRiskScore to an arbitrary JSON value.
Alias for Builder.networkRiskScore.
fun networkRiskScore(networkRiskScore: Long?): AuthenticationRetrieveResponse.AdditionalData.Builder
Mastercard only: Assessment by the network of the authentication risk level, with a higher value indicating a higher amount of risk. Permitted values: Integer between 0-950, in increments of 50.
Link copied to clipboard
Link copied to clipboard
fun putAllAdditionalProperties(additionalProperties: Map<String, JsonValue>): AuthenticationRetrieveResponse.AdditionalData.Builder
Link copied to clipboard
Link copied to clipboard