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