github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/CancelPaymentCardPaymentMethodSpecificOutput.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 // CancelPaymentCardPaymentMethodSpecificOutput represents class CancelPaymentCardPaymentMethodSpecificOutput 7 type CancelPaymentCardPaymentMethodSpecificOutput struct { 8 VoidResponseID *string `json:"voidResponseId,omitempty"` 9 } 10 11 // NewCancelPaymentCardPaymentMethodSpecificOutput constructs a new CancelPaymentCardPaymentMethodSpecificOutput 12 func NewCancelPaymentCardPaymentMethodSpecificOutput() *CancelPaymentCardPaymentMethodSpecificOutput { 13 return &CancelPaymentCardPaymentMethodSpecificOutput{} 14 }