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

     1  // This class was auto-generated from the API references found at
     2  // https://epayments-api.developer-ingenico.com/
     3  
     4  package hostedcheckout
     5  
     6  // GetResponse represents class GetHostedCheckoutResponse
     7  type GetResponse struct {
     8  	CreatedPaymentOutput *CreatedPaymentOutput `json:"createdPaymentOutput,omitempty"`
     9  	Status               *string               `json:"status,omitempty"`
    10  }
    11  
    12  // NewGetResponse constructs a new GetResponse
    13  func NewGetResponse() *GetResponse {
    14  	return &GetResponse{}
    15  }