github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/mandates/MandateMerchantAction.go (about) 1 // This class was auto-generated from the API references found at 2 // https://epayments-api.developer-ingenico.com/ 3 4 package mandates 5 6 // MandateMerchantAction represents class MandateMerchantAction 7 type MandateMerchantAction struct { 8 ActionType *string `json:"actionType,omitempty"` 9 RedirectData *MandateRedirectData `json:"redirectData,omitempty"` 10 } 11 12 // NewMandateMerchantAction constructs a new MandateMerchantAction 13 func NewMandateMerchantAction() *MandateMerchantAction { 14 return &MandateMerchantAction{} 15 }