Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Event |
build() |
Event.Builder |
shopId(String id) |
Event.Builder |
time(Date date) |
Event.Builder |
transactionId(String id) |
Event.Builder |
type(Event.Type type) |
public Event.Builder transactionId(String id)
id
- Your internal ID for the transaction. We can use this to
locate a specific transaction in our logs, and it will
also show up in email alerts and notifications from us to
you.public Event.Builder shopId(String id)
id
- Your internal ID for the shop, affiliate, or merchant
this order is coming from. Required for minFraud users
who are resellers, payment providers, gateways and
affiliate networks.public Event.Builder time(Date date)
date
- The date and time the event occurred.public Event.Builder type(Event.Type type)
type
- The type of event being scored.public Event build()
Event
created from the
fields set on this builder.Copyright © 2016 MaxMind, Inc.. All rights reserved.