fraudpreventionv2-sdk
Toggle table of contents
4.3.0
JVM
Platform filter
JVM
Switch theme
Search in API
fraudpreventionv2-sdk
fraudpreventionv2-sdk
/
com.expediagroup.sdk.fraudpreventionv2.models
/
AccountScreenRequest
Account
Screen
Request
public
final
class
AccountScreenRequest
Information for account screening by Expedia's Fraud Prevention Service.
Parameters
transaction
Members
Constructors
Account
Screen
Request
Link copied to clipboard
public
AccountScreenRequest
AccountScreenRequest
(
AccountTransaction
transaction
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
transaction
Link copied to clipboard
@
NotNull
(
)
@
Valid
(
)
private
final
AccountTransaction
transaction
Functions
builder
Link copied to clipboard
public
final
static
AccountScreenRequest.Builder
builder
(
)
get
Transaction
Link copied to clipboard
public
final
AccountTransaction
getTransaction
(
)
to
Builder
Link copied to clipboard
public
final
AccountScreenRequest.Builder
toBuilder
(
)