github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/product/AuthenticationIndicator.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 // AuthenticationIndicator represents class AuthenticationIndicator 7 type AuthenticationIndicator struct { 8 Name *string `json:"name,omitempty"` 9 Value *string `json:"value,omitempty"` 10 } 11 12 // NewAuthenticationIndicator constructs a new AuthenticationIndicator 13 func NewAuthenticationIndicator() *AuthenticationIndicator { 14 return &AuthenticationIndicator{} 15 }