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