github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/mandates/CreateMandateResponse.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 // CreateMandateResponse represents class CreateMandateResponse 7 type CreateMandateResponse struct { 8 Mandate *MandateResponse `json:"mandate,omitempty"` 9 MerchantAction *MandateMerchantAction `json:"merchantAction,omitempty"` 10 } 11 12 // NewCreateMandateResponse constructs a new CreateMandateResponse 13 func NewCreateMandateResponse() *CreateMandateResponse { 14 return &CreateMandateResponse{} 15 }