github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/services/IINDetail.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  // IINDetail represents class IINDetail
     7  type IINDetail struct {
     8  	IsAllowedInContext *bool  `json:"isAllowedInContext,omitempty"`
     9  	PaymentProductID   *int32 `json:"paymentProductId,omitempty"`
    10  }
    11  
    12  // NewIINDetail constructs a new IINDetail
    13  func NewIINDetail() *IINDetail {
    14  	return &IINDetail{}
    15  }