AccountUpdateRequest

public interface AccountUpdateRequest

The type field value is used as a discriminator, with the following mapping: * MULTI_FACTOR_AUTHENTICATION_UPDATE: MultiFactorAuthenticationUpdate * REMEDIATION_UPDATE: RemediationUpdate

Parameters

type

The categorized type of account update event from the Partner's system.

riskId

The risk_id provided by Expedia's Fraud Prevention Service in the AccountScreenResponse.

Inheritors

Types

Link copied to clipboard
public enum Type extends Enum<AccountUpdateRequest.Type>

The categorized type of account update event from the Partner's system. Values: MULTI_FACTOR_AUTHENTICATION_UPDATE,REMEDIATION_UPDATE

Functions

Link copied to clipboard
public abstract String getRiskId()
Link copied to clipboard