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