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

     1  // This class was auto-generated from the API references found at
     2  // https://epayments-api.developer-ingenico.com/
     3  
     4  package services
     5  
     6  // GetIINDetailsResponse represents class GetIINDetailsResponse
     7  type GetIINDetailsResponse struct {
     8  	CoBrands           *[]IINDetail `json:"coBrands,omitempty"`
     9  	CountryCode        *string      `json:"countryCode,omitempty"`
    10  	IsAllowedInContext *bool        `json:"isAllowedInContext,omitempty"`
    11  	PaymentProductID   *int32       `json:"paymentProductId,omitempty"`
    12  }
    13  
    14  // NewGetIINDetailsResponse constructs a new GetIINDetailsResponse
    15  func NewGetIINDetailsResponse() *GetIINDetailsResponse {
    16  	return &GetIINDetailsResponse{}
    17  }