Method | Description | |
---|---|---|
Get ( long id, string fields = null ) : Batch |
Returns a single Batch instance for a given batch id. This API is useful for determining the state of a validating batch.
|
|
Update ( Batch batch ) : void |
Update batch
|
Method | Description | |
---|---|---|
BatchesApi ( RestApiClient client ) : System.Collections.Generic |
public Get ( long id, string fields = null ) : Batch | ||
id | long | id of batch |
fields | string | limit fields returned. Example fields=id,name |
return | Batch |