All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.checkout.risk.Device Maven / Gradle / Ivy

There is a newer version: 6.4.2
Show newest version
package com.checkout.risk;

import com.google.gson.annotations.SerializedName;
import lombok.Builder;
import lombok.Data;

import java.time.Instant;

@Data
@Builder
public final class Device {

    private String ip;

    private Location location;

    private String os;

    private String type;

    private String model;

    private Instant date;

    @SerializedName("user_agent")
    private String userAgent;

    private String fingerprint;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy