github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/product/EmptyValidator.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 // EmptyValidator represents class EmptyValidator 7 type EmptyValidator struct { 8 } 9 10 // NewEmptyValidator constructs a new EmptyValidator 11 func NewEmptyValidator() *EmptyValidator { 12 return &EmptyValidator{} 13 }