ListinoService.NewInstance method (1 of 2)
You should use the alternative NewInstance
overload instead.
public override Task<Response<Listino>> NewInstance(RequestSettings? settings = null)
Exceptions
exception | condition |
---|---|
NotSupportedException |
See Also
- class Response<T>
- class Listino
- class RequestSettings
- class ListinoService
- namespace Amica
ListinoService.NewInstance method (2 of 2)
Requests a new, properly initialized Listino
instance.
public Task<Response<Listino>> NewInstance(TipoListino tipoListino,
RequestSettings? settings = null)
parameter | description |
---|---|
tipoListino | |
settings |
See Also
- class Response<T>
- class Listino
- enum TipoListino
- class RequestSettings
- class ListinoService
- namespace Amica