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

     1  // This class was auto-generated from the API references found at
     2  // https://epayments-api.developer-ingenico.com/
     3  
     4  package mandates
     5  
     6  // GetMandateResponse represents class GetMandateResponse
     7  type GetMandateResponse struct {
     8  	Mandate *MandateResponse `json:"mandate,omitempty"`
     9  }
    10  
    11  // NewGetMandateResponse constructs a new GetMandateResponse
    12  func NewGetMandateResponse() *GetMandateResponse {
    13  	return &GetMandateResponse{}
    14  }