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