github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/DeviceRenderOptions.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  // DeviceRenderOptions represents class DeviceRenderOptions
     7  type DeviceRenderOptions struct {
     8  	SdkInterface *string   `json:"sdkInterface,omitempty"`
     9  	// Deprecated: Use deviceRenderOptions.sdkUiTypes instead
    10  	SdkUIType    *string   `json:"sdkUiType,omitempty"`
    11  	SdkUITypes   *[]string `json:"sdkUiTypes,omitempty"`
    12  }
    13  
    14  // NewDeviceRenderOptions constructs a new DeviceRenderOptions
    15  func NewDeviceRenderOptions() *DeviceRenderOptions {
    16  	return &DeviceRenderOptions{}
    17  }