github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/definitions/ValidationBankAccountCheck.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 // ValidationBankAccountCheck represents class ValidationBankAccountCheck 7 type ValidationBankAccountCheck struct { 8 Code *string `json:"code,omitempty"` 9 Description *string `json:"description,omitempty"` 10 Result *string `json:"result,omitempty"` 11 } 12 13 // NewValidationBankAccountCheck constructs a new ValidationBankAccountCheck 14 func NewValidationBankAccountCheck() *ValidationBankAccountCheck { 15 return &ValidationBankAccountCheck{} 16 }