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