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