com.checkout.risk.Device Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkout-sdk-java Show documentation
Show all versions of checkout-sdk-java Show documentation
Checkout SDK for Java https://checkout.com
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