github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/CompletePaymentResponse.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 // CompletePaymentResponse represents class CompletePaymentResponse 7 type CompletePaymentResponse struct { 8 CreationOutput *CreationOutput `json:"creationOutput,omitempty"` 9 MerchantAction *MerchantAction `json:"merchantAction,omitempty"` 10 Payment *Payment `json:"payment,omitempty"` 11 } 12 13 // NewCompletePaymentResponse constructs a new CompletePaymentResponse 14 func NewCompletePaymentResponse() *CompletePaymentResponse { 15 return &CompletePaymentResponse{} 16 }