github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/DeviceFingerprintDetails.go (about) 1 // This class was auto-generated from the API references found at 2 // https://epayments-api.developer-ingenico.com/ 3 4 package payment 5 6 // DeviceFingerprintDetails represents class DeviceFingerprintDetails 7 type DeviceFingerprintDetails struct { 8 PaymentID *string `json:"paymentId,omitempty"` 9 RawDeviceFingerprintOutput *string `json:"rawDeviceFingerprintOutput,omitempty"` 10 } 11 12 // NewDeviceFingerprintDetails constructs a new DeviceFingerprintDetails 13 func NewDeviceFingerprintDetails() *DeviceFingerprintDetails { 14 return &DeviceFingerprintDetails{} 15 }