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

     1  // This class was auto-generated from the API references found at
     2  // https://epayments-api.developer-ingenico.com/
     3  
     4  package refund
     5  
     6  // RefundsResponse represents class RefundsResponse
     7  type RefundsResponse struct {
     8  	Refunds *[]Result `json:"refunds,omitempty"`
     9  }
    10  
    11  // NewRefundsResponse constructs a new RefundsResponse
    12  func NewRefundsResponse() *RefundsResponse {
    13  	return &RefundsResponse{}
    14  }