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