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

     1  // This class was auto-generated from the API references found at
     2  // https://epayments-api.developer-ingenico.com/
     3  
     4  package sessions
     5  
     6  // SessionRequest represents class SessionRequest
     7  type SessionRequest struct {
     8  	PaymentProductFilters *PaymentProductFiltersClientSession `json:"paymentProductFilters,omitempty"`
     9  	Tokens                *[]string                           `json:"tokens,omitempty"`
    10  }
    11  
    12  // NewSessionRequest constructs a new SessionRequest
    13  func NewSessionRequest() *SessionRequest {
    14  	return &SessionRequest{}
    15  }