github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/hostedmandatemanagement/CreateResponse.go (about) 1 // This class was auto-generated from the API references found at 2 // https://epayments-api.developer-ingenico.com/ 3 4 package hostedmandatemanagement 5 6 // CreateResponse represents class CreateHostedMandateManagementResponse 7 type CreateResponse struct { 8 RETURNMAC *string `json:"RETURNMAC,omitempty"` 9 HostedMandateManagementID *string `json:"hostedMandateManagementId,omitempty"` 10 PartialRedirectURL *string `json:"partialRedirectUrl,omitempty"` 11 } 12 13 // NewCreateResponse constructs a new CreateResponse 14 func NewCreateResponse() *CreateResponse { 15 return &CreateResponse{} 16 }