github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/definitions/FraugsterResults.go (about)

     1  // This class was auto-generated from the API references found at
     2  // https://epayments-api.developer-ingenico.com/
     3  
     4  package definitions
     5  
     6  // FraugsterResults represents class FraugsterResults
     7  type FraugsterResults struct {
     8  	FraudInvestigationPoints *string `json:"fraudInvestigationPoints,omitempty"`
     9  	FraudScore               *int32  `json:"fraudScore,omitempty"`
    10  }
    11  
    12  // NewFraugsterResults constructs a new FraugsterResults
    13  func NewFraugsterResults() *FraugsterResults {
    14  	return &FraugsterResults{}
    15  }